@@ -10,8 +10,10 @@ export_filter="all_resources"
10
10
include_filter =" "
11
11
exclude_filter =" "
12
12
export_path =" ../build/m8gd_windows.zip"
13
+ patches =PackedStringArray()
13
14
encryption_include_filters =" "
14
15
encryption_exclude_filters =" "
16
+ seed =0
15
17
encrypt_pck =false
16
18
encrypt_directory =false
17
19
script_export_mode =2
@@ -31,8 +33,8 @@ codesign/timestamp_server_url=""
31
33
codesign/digest_algorithm =1
32
34
codesign/description =" "
33
35
codesign/custom_options =PackedStringArray()
34
- application/modify_resources =false
35
- application/icon =" "
36
+ application/modify_resources =true
37
+ application/icon =" uid://x366o15t1j3g "
36
38
application/console_wrapper_icon =" "
37
39
application/icon_interpolation =4
38
40
application/file_version =" "
@@ -82,8 +84,10 @@ export_filter="all_resources"
82
84
include_filter =" "
83
85
exclude_filter =" "
84
86
export_path =" ../build/m8gd_macos.zip"
87
+ patches =PackedStringArray()
85
88
encryption_include_filters =" "
86
89
encryption_exclude_filters =" "
90
+ seed =0
87
91
encrypt_pck =false
88
92
encrypt_directory =false
89
93
script_export_mode =2
@@ -95,7 +99,7 @@ binary_format/architecture="universal"
95
99
custom_template/debug =" "
96
100
custom_template/release =" "
97
101
debug/export_console_wrapper =1
98
- application/icon =" "
102
+ application/icon =" uid://x366o15t1j3g "
99
103
application/icon_interpolation =4
100
104
application/bundle_identifier =" com.octoocto.m8gd"
101
105
application/signature =" "
@@ -104,7 +108,8 @@ application/short_version=""
104
108
application/version =" "
105
109
application/copyright =" "
106
110
application/copyright_localized ={}
107
- application/min_macos_version =" 10.12"
111
+ application/min_macos_version_x86_64 =" 10.12"
112
+ application/min_macos_version_arm64 =" 11.00"
108
113
application/export_angle =0
109
114
display/high_res =true
110
115
application/additional_plist_content =" "
@@ -142,6 +147,7 @@ codesign/entitlements/app_sandbox/files_music=0
142
147
codesign/entitlements/app_sandbox/files_movies =0
143
148
codesign/entitlements/app_sandbox/files_user_selected =0
144
149
codesign/entitlements/app_sandbox/helper_executables =[]
150
+ codesign/entitlements/additional =" "
145
151
codesign/custom_options =PackedStringArray()
146
152
notarization/notarization =0
147
153
privacy/microphone_usage_description =" Need microphone access in order to listen to the M8's audio device"
@@ -319,21 +325,24 @@ open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
319
325
ssh_remote_deploy/cleanup_script =" #!/usr/bin/env bash
320
326
kill $(pgrep -x -f \" {temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\" )
321
327
rm -rf \" {temp_dir}\" "
328
+ application/min_macos_version =" 10.12"
322
329
323
330
[preset.2]
324
331
325
332
name =" linux"
326
333
platform =" Linux"
327
334
runnable =true
328
- advanced_options =false
335
+ advanced_options =true
329
336
dedicated_server =false
330
337
custom_features =" "
331
338
export_filter =" all_resources"
332
339
include_filter =" "
333
340
exclude_filter =" "
334
341
export_path =" ../build/m8gd_linux.zip"
342
+ patches =PackedStringArray()
335
343
encryption_include_filters =" "
336
344
encryption_exclude_filters =" "
345
+ seed =0
337
346
encrypt_pck =false
338
347
encrypt_directory =false
339
348
script_export_mode =2
0 commit comments