Skip to content

Commit

Permalink
Merge pull request #137 from BurningTreeC/patch-1
Browse files Browse the repository at this point in the history
create nwjs dir if not existent
  • Loading branch information
Jermolene authored Feb 8, 2018
2 parents 0f187db + 79d8199 commit 3da8af7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions download-nwjs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash

# Create dir if not existent

[[ -d ./nwjs ]] || mkdir ./nwjs

# Download nw.js

curl -o 'nwjs/nwjs-sdk-v0.28.1-win-x64.zip' 'https://dl.nwjs.io/v0.28.1/nwjs-sdk-v0.28.1-win-x64.zip'
Expand Down

0 comments on commit 3da8af7

Please sign in to comment.