-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
creating a .deb package after npm commands #156
Comments
We discontinued the Our CI (GitHub Actions) already builds a linux distribution, but it's an AppImage. Does that also work? Otherwise, I'm sure the build config of electron can be tweaked to make it output a deb file. You can see the artifacts of the CI here: https://github.com/airgap-it/airgap-vault/actions/runs/2947902323 I think back in the day this config was used, but the current electron build might not use the same location for the config anymore: https://github.com/airgap-it/airgap-vault/blob/master/package.json#L175 |
Nice. Thanks, I will check further. I think the app image would work. I will post any kind of progress I make to hopefully contribute |
The app image just shows a white screen and prints an error
Adding that file did hide the error, but screen is still just white. Did anyone get that to work? |
This is still a problem over a year later, is there any chance we can run Airgap Vault on a regular device instead of a mobile phone? |
i see the airgap-distro hasn't been updated in a while.
v1.3.1 has a deb package for x86 only.
i followed the instructions using npm in the readme.
now i want to create a deb file of this project. (i can edit the airgap-distro script for myself to use this custom deb).
my end goal is to use the vault as a live usb, on either arm64 or amd64. not sure yet which one. anyway, i want to make the deb file to use with the airgap-distro script.
i tried debmake and equivs-build which creates a deb file, only with man pages inside.
can someone guide me?
The text was updated successfully, but these errors were encountered: