summaryrefslogtreecommitdiffstats
path: root/ui-macos/debug.app.do
diff options
context:
space:
mode:
Diffstat (limited to 'ui-macos/debug.app.do')
-rw-r--r--ui-macos/debug.app.do15
1 files changed, 15 insertions, 0 deletions
diff --git a/ui-macos/debug.app.do b/ui-macos/debug.app.do
new file mode 100644
index 0000000..77e2e7e
--- /dev/null
+++ b/ui-macos/debug.app.do
@@ -0,0 +1,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)