summaryrefslogtreecommitdiffstats
path: root/ui-macos/default.app.do
diff options
context:
space:
mode:
Diffstat (limited to 'ui-macos/default.app.do')
-rw-r--r--ui-macos/default.app.do4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui-macos/default.app.do b/ui-macos/default.app.do
index 6acb47d..64e3a52 100644
--- a/ui-macos/default.app.do
+++ b/ui-macos/default.app.do
@@ -1,6 +1,6 @@
TOP=$PWD
redo-ifchange sources.list
-redo-ifchange Info.plist bits/runpython bits/run \
+redo-ifchange Info.plist bits/runpython \
$(while read name newname; do echo "$name"; done <sources.list)
rm -rf "$1.app"
@@ -10,7 +10,7 @@ cd "$1.app/Contents"
cp "$TOP/Info.plist" .
mkdir MacOS
-cp "$TOP/bits/runpython" "$TOP/bits/run" MacOS/
+cp "$TOP/bits/runpython" MacOS/Sshuttle
mkdir Resources