summaryrefslogtreecommitdiff
path: root/binary.sh
diff options
context:
space:
mode:
Diffstat (limited to 'binary.sh')
-rwxr-xr-xbinary.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/binary.sh b/binary.sh
index 5c5d89e..5ed25ac 100755
--- a/binary.sh
+++ b/binary.sh
@@ -68,8 +68,9 @@ then
sed -i "s/snap.html/snap.html${url}/g" config.xml package.json
else
# load custom project from url
- sed -i "/ide\.openIn/a\
+ sed -i "/overpass\.xml/a\
ide.droppedText(ide.getURL('$url'));" snap.html
+ sed -i "/overpass\.xml/d" snap.html
sed -i "/this.toggleAppMode(false)/d" gui.js
sed -i "s/snap.html/snap.html#run:/g" config.xml package.json
fi