-
Notifications
You must be signed in to change notification settings - Fork 156
Ubuntu packages #8
Comments
Hi, .deb is definitely planned, such as Windows installers. |
Hello, just tried to create a Debian package for my Ubuntu software site getdeb.net. Unfortunately, I fail at building the package. Can someone tell me what is going wrong here?
Took the Arch PKGBUILD as starting point: |
Don't tell me first ALL of this needs to be packaged :O
|
Why don't you create the deb from the linux x64 prebuild binary? All those dependencies are node modules, they are packaged in the app when you build it. Not to be confused with deb dependencies. You may find interesting information in Electron documentation. |
Is there also a x86 prebuild binary? |
If you make a Flatpak package (#78), making a .deb is not needed since Flatpak work across distro. |
Hi. This looks great. I'm hoping for a .deb soon (and preferably a PPA too, to keep it up to date automatically). Thanks!
The text was updated successfully, but these errors were encountered: