Godot template repository for my programs
| -rw-r--r-- | .github/workflows/export.yml | 3 | ||||
| -rw-r--r-- | export_presets.cfg | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/export.yml b/.github/workflows/export.yml index 80bc4ec..b157053 100644 --- a/.github/workflows/export.yml +++ b/.github/workflows/export.yml @@ -8,7 +8,8 @@ on: - "**.import" - "**.tres" - "**.ttf" - - "**.yml" + - ".github/workflows/export.yml" + - "export_presets.cfg" branches: - main diff --git a/export_presets.cfg b/export_presets.cfg index e6e05ba..8a19f81 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -31,7 +31,7 @@ codesign/timestamp_server_url="" codesign/digest_algorithm=1 codesign/description="" codesign/custom_options=PoolStringArray( ) -application/modify_resources=false +application/modify_resources=true application/icon="" application/file_version="" application/product_version="" @@ -209,7 +209,7 @@ keystore/release_password="" one_click_deploy/clear_previous_install=false version/code=1 version/name="1.0" -package/unique_name="org.godotengine.$genname" +package/unique_name="org.bendn.$genname" package/name="" package/signed=true package/classify_as_game=true |