Ignore signed apk

This commit is contained in:
Vaillant jeremy
2021-08-01 14:18:15 +02:00
parent 50fc89a9e8
commit bee1de6a3e
+5 -5
View File
@@ -32,7 +32,7 @@ version/code=1
version/name="1.0" version/name="1.0"
package/unique_name="org.godotengine.$genname" package/unique_name="org.godotengine.$genname"
package/name="" package/name=""
package/signed=true package/signed=false
launcher_icons/main_192x192="" launcher_icons/main_192x192=""
launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432="" launcher_icons/adaptive_background_432x432=""
@@ -314,7 +314,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="db/ahog.json" include_filter="db/ahog.json"
exclude_filter="developers/" exclude_filter="developers/"
export_path="releases/android//Puzzle-Quest.apk" export_path="releases/android/Puzzle-Quest.apk"
script_export_mode=1 script_export_mode=1
script_encryption_key="" script_encryption_key=""
@@ -326,8 +326,8 @@ custom_template/use_custom_build=false
custom_template/export_format=0 custom_template/export_format=0
architectures/armeabi-v7a=true architectures/armeabi-v7a=true
architectures/arm64-v8a=true architectures/arm64-v8a=true
architectures/x86=false architectures/x86=true
architectures/x86_64=false architectures/x86_64=true
keystore/debug="" keystore/debug=""
keystore/debug_user="" keystore/debug_user=""
keystore/debug_password="" keystore/debug_password=""
@@ -339,7 +339,7 @@ version/code=1
version/name="1.0" version/name="1.0"
package/unique_name="org.godotengine.$genname" package/unique_name="org.godotengine.$genname"
package/name="" package/name=""
package/signed=true package/signed=false
launcher_icons/main_192x192="" launcher_icons/main_192x192=""
launcher_icons/adaptive_foreground_432x432="" launcher_icons/adaptive_foreground_432x432=""
launcher_icons/adaptive_background_432x432="" launcher_icons/adaptive_background_432x432=""