Skip to content

Commit eb63a96

Browse files
committed
(tweaks)
1 parent efbc396 commit eb63a96

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
2-
name: release
2+
name: rust
33
on:
44
push:
55
branches: [main]

godot/export_presets.cfg

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ export_filter="all_resources"
1010
include_filter="*.db, *.bdf, LICENSE"
1111
exclude_filter="scripts/*"
1212
export_path=""
13+
patches=PackedStringArray()
1314
encryption_include_filters=""
1415
encryption_exclude_filters=""
16+
seed=0
1517
encrypt_pck=false
1618
encrypt_directory=false
1719
script_export_mode=2
@@ -78,8 +80,10 @@ export_filter="all_resources"
7880
include_filter="*.db, *.bdf, LICENSE"
7981
exclude_filter="scripts/*"
8082
export_path=""
83+
patches=PackedStringArray()
8184
encryption_include_filters=""
8285
encryption_exclude_filters=""
86+
seed=0
8387
encrypt_pck=false
8488
encrypt_directory=false
8589
script_export_mode=2
@@ -100,7 +104,8 @@ application/short_version=""
100104
application/version=""
101105
application/copyright="Copyright 2024 The bited Project Authors (https://github.com/molarmanful/bited)"
102106
application/copyright_localized={}
103-
application/min_macos_version="10.12"
107+
application/min_macos_version_x86_64="10.12"
108+
application/min_macos_version_arm64="11.00"
104109
application/export_angle=0
105110
display/high_res=true
106111
application/additional_plist_content=""
@@ -138,6 +143,7 @@ codesign/entitlements/app_sandbox/files_music=0
138143
codesign/entitlements/app_sandbox/files_movies=0
139144
codesign/entitlements/app_sandbox/files_user_selected=0
140145
codesign/entitlements/app_sandbox/helper_executables=[]
146+
codesign/entitlements/additional=""
141147
codesign/custom_options=PackedStringArray()
142148
notarization/notarization=0
143149
privacy/microphone_usage_description=""
@@ -315,6 +321,7 @@ open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
315321
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
316322
kill $(pgrep -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\")
317323
rm -rf \"{temp_dir}\""
324+
application/min_macos_version="10.12"
318325
dotnet/include_scripts_content=false
319326
dotnet/include_debug_symbols=true
320327
dotnet/embed_build_outputs=false
@@ -331,8 +338,10 @@ export_filter="all_resources"
331338
include_filter="*.db, *.bdf, LICENSE"
332339
exclude_filter="scripts/*"
333340
export_path=""
341+
patches=PackedStringArray()
334342
encryption_include_filters=""
335343
encryption_exclude_filters=""
344+
seed=0
336345
encrypt_pck=false
337346
encrypt_directory=false
338347
script_export_mode=2

0 commit comments

Comments
 (0)