leafo / itchio-app-old

Desktop itch.io client
MIT License
45 stars 6 forks source link

Dependency download scripts #36

Open joseccandido opened 9 years ago

joseccandido commented 9 years ago

We need scripts to download dependencies to 'Project Folder/dependencies. See: 49d11862ddb2b0404085b1890799fb14d60d588d

-- old --

Following the site style, i got the free Lato font, http://www.latofonts.com/lato-free-fonts/ for use in the app. But, i am not really sure how to put it in the project.

Should we just put a link in the readme for people who would like to work on the app to get? Put it in the repo along with the license file(open font license)?

I am not really familiar with this situation.

cc @leafo

leafo commented 9 years ago

maybe we can have a script that downloads any external dependencies? Not sure how easy that is to do on windows

joseccandido commented 9 years ago

Will look into it tomorrow. But a preliminary search says it's quite simple.

joseccandido commented 9 years ago

Here is how it would go on Windows: https://gist.github.com/Zetsaika/3b696e5530a64bcf4aaf

leafo commented 9 years ago

looks fine to me

joseccandido commented 9 years ago

Ok. Will commit it, if someone could do that for Linux/Mac it would be appreciated.