Skip to content

Commit

Permalink
linux copy all
Browse files Browse the repository at this point in the history
  • Loading branch information
Stary2001 committed Feb 4, 2024
1 parent 698d667 commit 03b1f5d
Showing 1 changed file with 1 addition and 1 deletion.
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-mono/* .
cp -r ${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 03b1f5d

Please sign in to comment.