mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-23 00:13:42 +01:00
d4ccd30c24
That way we can 'killall Sshuttle' and so on, and it looks right in the process list.
16 lines
326 B
Plaintext
16 lines
326 B
Plaintext
redo-ifchange bits/runpython MainMenu.nib
|
|
rm -rf debug.app
|
|
mkdir debug.app debug.app/Contents
|
|
cd debug.app/Contents
|
|
ln -s ../.. Resources
|
|
ln -s ../.. English.lproj
|
|
ln -s ../../Info.plist .
|
|
ln -s ../../app.icns .
|
|
|
|
mkdir MacOS
|
|
cd MacOS
|
|
ln -s ../../../bits/runpython Sshuttle
|
|
|
|
cd ../../..
|
|
redo-ifchange $(find debug.app -type f)
|