aboutsummaryrefslogtreecommitdiff
path: root/converter/convert_linux_arm64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'converter/convert_linux_arm64.sh')
-rwxr-xr-xconverter/convert_linux_arm64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/convert_linux_arm64.sh b/converter/convert_linux_arm64.sh
index a6476a5..3a336d6 100755
--- a/converter/convert_linux_arm64.sh
+++ b/converter/convert_linux_arm64.sh
@@ -30,7 +30,7 @@ echo "$0: Executable found at $executable"
echo "$0: Copying launcher"
rm -f "$executable"
-cp "$me/launcher-linux-arm64" "$executable"
+cp "$me/launcher-linux-arm64" "$executable" || cp "$me/../Launcher/launcher-linux-arm64" "$executable"
new=$(du -hs "$1" | awk '{print $1;}')