Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 0239432

Browse files
committed
Linux and macOS export template fix
1 parent 0d87833 commit 0239432

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
187187
mv scripts/godot/bin/godot.linuxbsd.template_release.x86_64.luaAPI scripts/godot/templates/linux_release.x86_64 || true
188188
mv scripts/godot/bin/godot.linuxbsd.template_debug.x86_64.luaAPI scripts/godot/templates/linux_debug.x86_64 || true
189-
mv scripts/godot/bin/godot.linuxbsd.template_release.x86_32.luaAPI scripts/godot/templates/linux_release.x32_64 || true
189+
mv scripts/godot/bin/godot.linuxbsd.template_release.x86_32.luaAPI scripts/godot/templates/linux_release.x86_32 || true
190190
mv scripts/godot/bin/godot.linuxbsd.template_debug.x86_32.luaAPI scripts/godot/templates/linux_debug.x86_32 || true
191191
192192
mv scripts/godot/bin/godot.linuxbsd.template_release.x86_64.luaAPI.mono scripts/godot/templates/linux_release.x86_64 || true

.github/workflows/macos-package.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ jobs:
124124
strip bin/godot.*
125125
cp -r misc/dist/macos_template.app macos_template.app
126126
mkdir macos_template.app/Contents/MacOS
127-
cp bin/godot.macos.template_debug.universal.luaAPI macos_template.app/Contents/MacOS/godot_macos_debug.universal.luaAPI
128-
cp bin/godot.macos.template_release.universal.luaAPI macos_template.app/Contents/MacOS/godot_macos_release.universal.luaAPI
129-
chmod +x macos_template.app/Contents/MacOS/godot_macos_debug.universal.luaAPI
130-
chmod +x macos_template.app/Contents/MacOS/godot_macos_release.universal.luaAPI
127+
cp bin/godot.macos.template_debug.universal.luaAPI macos_template.app/Contents/MacOS/godot_macos_debug.universal
128+
cp bin/godot.macos.template_release.universal.luaAPI macos_template.app/Contents/MacOS/godot_macos_release.universal
129+
chmod +x macos_template.app/Contents/MacOS/godot_macos_debug.universal
130+
chmod +x macos_template.app/Contents/MacOS/godot_macos_release.universal
131131
zip -r macos.zip macos_template.app
132132
rm -rf bin/*
133133
mkdir bin/templates
@@ -143,10 +143,10 @@ jobs:
143143
strip bin/godot.*
144144
cp -r misc/dist/macos_template.app macos_template.app
145145
mkdir macos_template.app/Contents/MacOS
146-
cp bin/godot.macos.template_debug.universal.luaAPI macos_template.app/Contents/MacOS/godot_macos_debug.universal.luaAPI
147-
cp bin/godot.macos.template_release.universal.luaAPI macos_template.app/Contents/MacOS/godot_macos_release.universal.luaAPI
148-
chmod +x macos_template.app/Contents/MacOS/godot_macos_debug.universal.luaAPI
149-
chmod +x macos_template.app/Contents/MacOS/godot_macos_release.universal.luaAPI
146+
cp bin/godot.macos.template_debug.universal.luaAPI macos_template.app/Contents/MacOS/godot_macos_debug.universal
147+
cp bin/godot.macos.template_release.universal.luaAPI macos_template.app/Contents/MacOS/godot_macos_release.universal
148+
chmod +x macos_template.app/Contents/MacOS/godot_macos_debug.universal
149+
chmod +x macos_template.app/Contents/MacOS/godot_macos_release.universal
150150
zip -r macos.zip macos_template.app
151151
rm -rf bin/*
152152
mkdir bin/templates

0 commit comments

Comments
 (0)