1
0
Fork 0
 
 
 
 
Go to file
Ambrose Chua ee0adab2f2 Screw Windows Firewall
But I’m not sure if this will work to resolve it…
2014-07-18 21:52:50 +08:00
Youpp.app/Contents Screw Windows Firewall 2014-07-18 21:52:50 +08:00
.gitignore Fixed some inconsistencies from first commit 2014-03-07 21:56:30 +08:00
LICENSE Change to MIT License 2014-03-07 20:23:55 +08:00
README.md Update README.md 2014-05-18 22:26:52 +08:00
pack-Youpp.bat First commit 2014-03-07 21:51:43 +08:00

README.md

Youpp

A (beta) design-oriented, simple YouTube client.

Code and design MIT Licensed.

Configurations

Do this in order to run

Check out the file Youpp.app/Contents/Resources/app.nw/apikey-sample.js, dump in your YouTube API key and rename to apikey.js.

Where?

All the fun happens in Youpp.app/Contents/Resources/app.nw/. All powered by node-webkit!

How to use.

Well, I just dumped the .app folder here because I left the node-webkit.

Developing or running on a Mac

Just clone this and you will find the app sitting in the folder without the need to compile anything.

Problem is, node-webkit updates will have to be replaced on your own. Download it. Just keep the Resources and Info.plist files in the Youpp.app folder.

Packaging for Windows

Follow the guide on node-webkit wiki, or just read this:

  1. zip up the contents of the app.nw folder (don't be lazy and zip up the app.nw folder). Rename the zip to app.nw
  2. Download node-webkit windows and rename folder to "node-webkit".
  3. Put the app.nw file into that folder.
  4. Run pack-Youpp.bat in the parent folder of node-webkit.
  5. zip up the new Youpp folder.
  6. share your build.

Packaging for Linux

If you use Linux, you don't need help from this Linux newbie.