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.
This commit is contained in:
Avery Pennarun
2011-01-22 16:35:31 -08:00
parent 522bc23854
commit d4ccd30c24
5 changed files with 15 additions and 9 deletions

View File

@ -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)