summaryrefslogtreecommitdiffstats
path: root/ui-macos/debug.app.do
blob: 77e2e7ef1795fc6d8918bc82bffb982874186587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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)