summaryrefslogtreecommitdiff
path: root/binary.sh
diff options
context:
space:
mode:
authorCode WvS <code-wvs@quantentunnel.de>2015-03-20 21:28:02 +0100
committerCode WvS <code-wvs@quantentunnel.de>2015-03-20 21:28:02 +0100
commit800da44bc8cfd9c6d290ae07df4c420bd68ac6ec (patch)
tree3602863fd3d8521a7a4a70a0fae54c398f111bf4 /binary.sh
parent34f8d15eee1b708a48bf742d165c1e072616ba41 (diff)
downloadsnap-yow-800da44bc8cfd9c6d290ae07df4c420bd68ac6ec.tar.gz
snap-yow-800da44bc8cfd9c6d290ae07df4c420bd68ac6ec.zip
small binary.sh improvement
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