From fcdb5ca193406ef02dba8db4d7684d8c74089552 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Sun, 12 May 2024 17:18:54 +0200 Subject: Updated 9 files and added 103 files (automated) --- converter/convert_linux_x64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'converter/convert_linux_x64.sh') 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;}') -- cgit