aboutsummaryrefslogtreecommitdiff
path: root/converter/convert_linux_x64.sh
diff options
context:
space:
mode:
authorRaindropsSys <raindrops@equestria.dev>2024-05-12 17:18:54 +0200
committerRaindropsSys <raindrops@equestria.dev>2024-05-12 17:18:54 +0200
commitfcdb5ca193406ef02dba8db4d7684d8c74089552 (patch)
tree223edcc76b54d18575d2c3bcd87ed321f8a896d6 /converter/convert_linux_x64.sh
parentd9337f848b94f33aa8641acced33c6c2e5efc26e (diff)
downloadatomic-fcdb5ca193406ef02dba8db4d7684d8c74089552.tar.gz
atomic-fcdb5ca193406ef02dba8db4d7684d8c74089552.tar.bz2
atomic-fcdb5ca193406ef02dba8db4d7684d8c74089552.zip
Updated 9 files and added 103 files (automated)
Diffstat (limited to 'converter/convert_linux_x64.sh')
-rwxr-xr-xconverter/convert_linux_x64.sh2
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;}')