Skip to content

Commit

Permalink
Fix macOS mono editor error
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey2k committed Oct 10, 2023
1 parent 954e452 commit a0f319c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/macos-package.yml
Expand Up @@ -110,7 +110,6 @@ jobs:
cp -r misc/dist/macos_tools.app Godot.app
mkdir Godot.app/Contents/MacOS
mv bin/godot.macos.editor.universal.luaAPI.mono Godot.app/Contents/MacOS/Godot
mkdir Godot.app/Contents/Resources
mv bin/GodotSharp Godot.app/Contents/Resources/
mv Godot.app bin/
cp -n '${{ github.workspace }}/README.md' '${{ github.workspace }}/LICENSE' ${{ github.workspace }}/scripts/godot/bin/
Expand Down

0 comments on commit a0f319c

Please sign in to comment.