summaryrefslogtreecommitdiffstats
path: root/ui-macos/debug.app.do
diff options
context:
space:
mode:
authorAvery Pennarun <apenwarr@gmail.com>2011-01-22 16:35:31 -0800
committerAvery Pennarun <apenwarr@gmail.com>2011-01-22 16:44:20 -0800
commitd4ccd30c24b717113f1e94c440c0b60cff14f63d (patch)
tree3a582615d9aa056892d1fa2ad516e1bceccdfbf2 /ui-macos/debug.app.do
parent522bc23854b8b3cd985a7d856c58f4a9b811ad16 (diff)
ui-macos: call the main binary MacOS/Sshuttle.
That way we can 'killall Sshuttle' and so on, and it looks right in the process list.
Diffstat (limited to 'ui-macos/debug.app.do')
-rw-r--r--ui-macos/debug.app.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-macos/debug.app.do b/ui-macos/debug.app.do
index 28bda45..77e2e7e 100644
--- a/ui-macos/debug.app.do
+++ b/ui-macos/debug.app.do
@@ -9,7 +9,7 @@ ln -s ../../app.icns .
mkdir MacOS
cd MacOS
-ln -s ../../../bits/runpython ../../../bits/run .
+ln -s ../../../bits/runpython Sshuttle
cd ../../..
redo-ifchange $(find debug.app -type f)