Skip to content

Commit

Permalink
mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Feb 4, 2024
1 parent 92c06fa commit eeb9e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
path: macos-editor
- uses: actions/download-artifact@v3
with:
name: linux-editor
path: linux-editor
name: linux-editor-mono
path: linux-editor-mono
- uses: actions/download-artifact@v3
with:
name: switch-template
Expand Down
2 changes: 1 addition & 1 deletion scripts/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ zip -r godot-v${version_number}-windows-switch-support.zip godot-switch-v${versi
# repack Linux editor, also include build_romfs and nxlink
mkdir godot-switch-v${version_number}-linux
pushd godot-switch-v${version_number}-linux
cp ${godot_dir}/linux-editor/godot.x11.opt.tools.64 .
cp ${godot_dir}/linux-editor-mono/* .
chmod +x godot.x11.opt.tools.64
wget https://9net.org/tools/nxlink-linux -O nxlink
wget https://9net.org/tools/build_romfs-linux -O build_romfs
Expand Down

0 comments on commit eeb9e32

Please sign in to comment.