Add Compiling Selection Box

Added a new box that tells you whatever you built it from. Would be useful to fix issues with build.sh in uYouEnhanced.
This commit is contained in:
arichornlover 2024-06-07 23:22:20 -05:00 committed by GitHub
parent 8ec76cb0f3
commit d4f5aa25a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ body:
- type: input
attributes:
label: iOS/iPadOS version
placeholder: iOS 17.4
placeholder: iOS 17.5.1
validations:
required: true
@ -47,7 +47,7 @@ body:
- type: input
attributes:
label: Tweak version
placeholder: uYouEnhanced - v19.xx.x-3.0.3
placeholder: uYouEnhanced - v19.xx.x-3.0.4
description: "**latest or newest is NOT a version number!**"
validations:
required: true
@ -109,6 +109,13 @@ body:
validations:
required: true
- type: checkboxes
attributes:
label: Select the configuration used for building
options:
- label: buildapp.yml
- label: build.sh
- type: textarea
attributes:
label: Additional context