Kylart / KawAnime

Desktop app for anime fans
MIT License
671 stars 50 forks source link

Can you enable yarn run dist:linux to also build the deb and all the relevant stuff in /usr/share? #16

Closed SolarAquarion closed 7 years ago

Kylart commented 7 years ago

So actually you just want me to enable yarn on KawAnime right?

xdk78 commented 7 years ago

Using two package mangers is not good IMO

SolarAquarion commented 7 years ago

well, I did yarn and it worked, so am I supposed to use npm run dist:linux?

On Sep 8, 2017 11:14 AM, "xdk78" notifications@github.com wrote:

Using two package mangers is not good IMO

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Kylart/KawAnime/issues/16#issuecomment-328131503, or mute the thread https://github.com/notifications/unsubscribe-auth/AFD6iEI3lX4b4FIYz0PGu4oaUKmql2y6ks5sgVnVgaJpZM4PQj9v .

Kylart commented 7 years ago

You can probably run yarn run dist:linux. I tried and it works on my end. Please try and tell me. I'll add a yarn.lock file though

Kylart commented 7 years ago

I added a yarn.lock file recently. Also, as yarn is perfectly working on my end, I'll close this issue. Feel free to comment and tag me again if any problem occurs!

SolarAquarion commented 7 years ago

It doesn't build a debian only a AppImage when I do dist:linux

On Sep 19, 2017 7:34 AM, "Kylart" notifications@github.com wrote:

Closed #16 https://github.com/Kylart/KawAnime/issues/16.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Kylart/KawAnime/issues/16#event-1255247898, or mute the thread https://github.com/notifications/unsubscribe-auth/AFD6iLxRVNlaIAvMEZDzWDZblIiZTQOLks5sj6a4gaJpZM4PQj9v .

Kylart commented 7 years ago

You are actually right, it seems dist:linux builds only the AppImage atm while when I publish I build both .deb and .AppImage.

I'm going to set dist:linux to build .deb right away!

EDIT: I'm going to push it in the next hours. If you really can't wait, simply run this ./node_modules/.bin.build --linux deb and you should be set.