chore: prepare v0.6.2-alpha release

This commit is contained in:
Alexander Sellite 2026-08-08 16:54:48 -04:00
parent 53b9c0dc49
commit 551db3ccc6
10 changed files with 106 additions and 24 deletions

View file

@ -9,7 +9,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="builds/*,playtest/*,scripts/*"
export_path="builds/v0.6.1-alpha/windows-x86_64/NETfishing.exe"
export_path="builds/v0.6.2-alpha/windows-x86_64/NETfishing.exe"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -32,14 +32,14 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PackedStringArray()
application/modify_resources=true
application/icon=""
application/icon="res://art/exported/system_icons/netfishing.ico"
application/console_wrapper_icon=""
application/icon_interpolation=4
application/file_version="0.6.1.0"
application/product_version="0.6.1.0"
application/file_version="0.6.2.0"
application/product_version="0.6.2.0"
application/company_name=""
application/product_name="NETfishing"
application/file_description="NETfishing v0.6.1-alpha"
application/file_description="NETfishing v0.6.2-alpha"
application/copyright=""
application/trademarks=""
application/export_angle=0
@ -62,7 +62,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="builds/*,playtest/*,scripts/*"
export_path="builds/v0.6.1-alpha/linux-arm64/NETfishing.arm64"
export_path="builds/v0.6.2-alpha/linux-arm64/NETfishing.arm64"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -92,7 +92,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="builds/*,playtest/*,scripts/*"
export_path="builds/v0.6.1-alpha/macos/NETfishing.zip"
export_path="builds/v0.6.2-alpha/macos/NETfishing.zip"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -105,9 +105,11 @@ script_export_mode=2
custom_template/debug=""
custom_template/release=""
application/bundle_identifier="io.makearmy.netfishing"
application/short_version="0.6.1"
application/version="0.6.1"
application/bundle_identifier="io.woofmeow.netfishing"
application/icon="res://art/exported/system_icons/netfishing_1024.png"
application/icon_interpolation=0
application/short_version="0.6.2"
application/version="0.6.2"
application/architecture="universal"
codesign/enable=false
notarization/enable=false
@ -123,7 +125,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="builds/*,playtest/*,scripts/*"
export_path="builds/v0.6.1-alpha/android/NETfishing.apk"
export_path="builds/v0.6.2-alpha/android/NETfishing.apk"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""
@ -144,9 +146,9 @@ architectures/armeabi-v7a=false
architectures/arm64-v8a=true
architectures/x86=false
architectures/x86_64=false
version/code=60100
version/name="v0.6.1-alpha"
package/unique_name="io.makearmy.netfishing"
version/code=60200
version/name="v0.6.2-alpha"
package/unique_name="io.woofmeow.netfishing"
package/name="NETfishing"
package/signed=true
package/app_category=0
@ -155,7 +157,7 @@ package/exclude_from_recents=false
package/show_in_android_tv=false
package/show_in_app_library=true
package/show_as_launcher_app=true
launcher_icons/main_192x192="res://icon.svg"
launcher_icons/main_192x192="res://art/exported/system_icons/netfishing_256.png"
graphics/opengl_debug=false
screen/immersive_mode=true
screen/edge_to_edge=false
@ -182,7 +184,7 @@ custom_features=""
export_filter="all_resources"
include_filter=""
exclude_filter="builds/*,playtest/*,scripts/*"
export_path="builds/v0.6.1-alpha/linux-x86_64/NETfishing.x86_64"
export_path="builds/v0.6.2-alpha/linux-x86_64/NETfishing.x86_64"
patches=PackedStringArray()
encryption_include_filters=""
encryption_exclude_filters=""