mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-01-22 05:49:09 +01:00
c70b9937df
Just kidding. This is a squash of a whole bunch of unlabeled temporary commits that I produced over the last couple of weeks while writing a UI for MacOS while riding on airplanes and sitting in airports. So long, batch of useless commits!
16 lines
337 B
Plaintext
16 lines
337 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 ../../../bits/run .
|
|
|
|
cd ../../..
|
|
redo-ifchange $(find debug.app -type f)
|