diff options
| author | Code WvS <code-wvs@quantentunnel.de> | 2015-03-20 21:28:02 +0100 |
|---|---|---|
| committer | Code WvS <code-wvs@quantentunnel.de> | 2015-03-20 21:28:02 +0100 |
| commit | 800da44bc8cfd9c6d290ae07df4c420bd68ac6ec (patch) | |
| tree | 3602863fd3d8521a7a4a70a0fae54c398f111bf4 /binary.sh | |
| parent | 34f8d15eee1b708a48bf742d165c1e072616ba41 (diff) | |
| download | snap-yow-800da44bc8cfd9c6d290ae07df4c420bd68ac6ec.tar.gz snap-yow-800da44bc8cfd9c6d290ae07df4c420bd68ac6ec.zip | |
small binary.sh improvement
Diffstat (limited to 'binary.sh')
| -rwxr-xr-x | binary.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
