aboutsummaryrefslogtreecommitdiff
path: root/converter/convert_darwin_x64.sh
diff options
context:
space:
mode:
Diffstat (limited to 'converter/convert_darwin_x64.sh')
-rwxr-xr-xconverter/convert_darwin_x64.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/convert_darwin_x64.sh b/converter/convert_darwin_x64.sh
index 79ba101..17be753 100755
--- a/converter/convert_darwin_x64.sh
+++ b/converter/convert_darwin_x64.sh
@@ -21,7 +21,7 @@ echo "$0: Executable found at $executable"
echo "$0: Copying launcher"
rm -f "$executable"
-cp "$me/launcher-darwin-x64" "$executable"
+cp "$me/launcher-darwin-x64" "$executable" || cp "$me/../Launcher/launcher-darwin-x64" "$executable"
echo "$0: Removing built-in Electron"
rm -rf "$1/Contents/Frameworks"