Closed SolarAquarion closed 7 years ago
Using two package mangers is not good IMO
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 .
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
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!
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 .
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.
So actually you just want me to enable
yarn
onKawAnime
right?