diff options
Diffstat (limited to 'converter/convert_linux_x64.sh')
-rwxr-xr-x | converter/convert_linux_x64.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/convert_linux_x64.sh b/converter/convert_linux_x64.sh index 462641c..9908ff1 100755 --- a/converter/convert_linux_x64.sh +++ b/converter/convert_linux_x64.sh @@ -30,7 +30,7 @@ echo "$0: Executable found at $executable" echo "$0: Copying launcher" rm -f "$executable" -cp "$me/launcher-linux-x64" "$executable" +cp "$me/launcher-darwin-x64" "$executable" || cp "$me/../Launcher/launcher-darwin-x64" "$executable" new=$(du -hs "$1" | awk '{print $1;}') |