mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-08-23 17:17:31 -04:00
macos export
This commit is contained in:
parent
78ad658f06
commit
6d009d0fc1
2 changed files with 6 additions and 6 deletions
|
@ -113,7 +113,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="../../../TheGates-Exports/TheGates.app"
|
||||
export_path="../../Builds/TheGates.app.dmg"
|
||||
encryption_include_filters=""
|
||||
encryption_exclude_filters=""
|
||||
encrypt_pck=false
|
||||
|
@ -123,14 +123,14 @@ encrypt_directory=false
|
|||
|
||||
export/distribution_type=1
|
||||
binary_format/architecture="universal"
|
||||
custom_template/debug="/home/nordup/projects/godot/godot-the-gates/bin/macos.zip"
|
||||
custom_template/release=""
|
||||
custom_template/debug=""
|
||||
custom_template/release="/Users/nordup/Projects/thegates-folder/thegates/godot/bin/macos.zip"
|
||||
debug/export_console_wrapper=1
|
||||
application/icon=""
|
||||
application/icon_interpolation=4
|
||||
application/bundle_identifier="com.the-gates.the-gates"
|
||||
application/bundle_identifier="org.thegates.thegates"
|
||||
application/signature=""
|
||||
application/app_category="Games"
|
||||
application/app_category="Social-networking"
|
||||
application/short_version="1.0"
|
||||
application/version="1.0"
|
||||
application/copyright=""
|
||||
|
|
|
@ -8,5 +8,5 @@ linux = "sandbox/Sandbox.x86_64"
|
|||
linux_debug = "godot.linuxbsd.template_debug.dev.sandbox.x86_64.llvm"
|
||||
windows = "sandbox/Sandbox.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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue