macos export

This commit is contained in:
Nordup 2024-07-13 22:34:24 +04:00
parent 78ad658f06
commit 6d009d0fc1
2 changed files with 6 additions and 6 deletions

View file

@ -113,7 +113,7 @@ custom_features=""
export_filter="all_resources" export_filter="all_resources"
include_filter="" include_filter=""
exclude_filter="" exclude_filter=""
export_path="../../../TheGates-Exports/TheGates.app" export_path="../../Builds/TheGates.app.dmg"
encryption_include_filters="" encryption_include_filters=""
encryption_exclude_filters="" encryption_exclude_filters=""
encrypt_pck=false encrypt_pck=false
@ -123,14 +123,14 @@ encrypt_directory=false
export/distribution_type=1 export/distribution_type=1
binary_format/architecture="universal" binary_format/architecture="universal"
custom_template/debug="/home/nordup/projects/godot/godot-the-gates/bin/macos.zip" custom_template/debug=""
custom_template/release="" custom_template/release="/Users/nordup/Projects/thegates-folder/thegates/godot/bin/macos.zip"
debug/export_console_wrapper=1 debug/export_console_wrapper=1
application/icon="" application/icon=""
application/icon_interpolation=4 application/icon_interpolation=4
application/bundle_identifier="com.the-gates.the-gates" application/bundle_identifier="org.thegates.thegates"
application/signature="" application/signature=""
application/app_category="Games" application/app_category="Social-networking"
application/short_version="1.0" application/short_version="1.0"
application/version="1.0" application/version="1.0"
application/copyright="" application/copyright=""

View file

@ -8,5 +8,5 @@ linux = "sandbox/Sandbox.x86_64"
linux_debug = "godot.linuxbsd.template_debug.dev.sandbox.x86_64.llvm" linux_debug = "godot.linuxbsd.template_debug.dev.sandbox.x86_64.llvm"
windows = "sandbox/Sandbox.exe" windows = "sandbox/Sandbox.exe"
windows_debug = "godot.windows.template_debug.dev.sandbox.x86_64.exe" windows_debug = "godot.windows.template_debug.dev.sandbox.x86_64.exe"
macos = "sandbox/Sandbox.arm64" macos = "../Frameworks/Sandbox.universal"
macos_debug = "godot.macos.template_debug.dev.sandbox.arm64" macos_debug = "godot.macos.template_debug.dev.sandbox.arm64"