1
0
Fork 0
Former-commit-id: 46b10f194b73792bede13097308d82667e5a973e [formerly 7154199195977026f8cbf274865ef9a557477b72]
Former-commit-id: f85ede32082a8fae47a73907a57893e17737bb38
pull/17/head
Ambrose Chua 2016-09-01 23:17:34 +08:00
parent fe47dc74dc
commit 7fbc838ab8
21 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
apikey.js
src/apikey.js
build/

View File

@ -17,5 +17,5 @@ Check out the file `apikey-sample.js`, dump in your YouTube API key and rename t
```
sudo npm i -g nwjs-builder
nwb nwbuild -p win32,osx64 --win-ico icon.ico --mac-icns icon.icns ./build/
nwb nwbuild -p win32,osx64 --win-ico icon.ico --mac-icns icon.icns ./src -o ./build
```

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

View File