bayleeadamoss / zazu

:rocket: A fully extensible and open source launcher for hackers, creators and dabblers.
http://zazuapp.org
MIT License
2.1k stars 170 forks source link

Ubuntu is Linux, but Linux is not Ubuntu #108

Open Naatan opened 7 years ago

Naatan commented 7 years ago

Please provide a linux build, or build instructions that do not require Ubuntu.

bayleedev commented 7 years ago

Completely agree, the build chain I'm on I didn't realize was so tightly coupled to debian. I have a branch in progress that'll allow more linux builds! [:

manvalls commented 7 years ago

Arch user here. Maybe we could make packDir configurable and also allow us to skip packToDebFile when using a flag or something like that. With those two options creating a PKGBUILD is straightforward.

dimmuboy commented 7 years ago

for Arch users here is AUR package ;) https://aur.archlinux.org/packages/zazu-bin/

bayleedev commented 7 years ago

We've switched to using electron-builder so making additional linux packages should just be configuring travis to output them, if you want to take a stab at it, it should be pretty easy!