mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-02-16 18:32:03 +01:00
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)
|