-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
RPM Failure #502
Comments
Please specify Linux Distro. |
OpenSuse downloaded today, latest stable. |
Workaround: set depends to |
why are these depends used? I'm doing multiple targets simultaneously, will it affect deb ?
|
Temp fix wil be in 10 minutes — use current deps only for deb. Real fix — help wanted. |
Yes, this works, however another issue; when trying to install a new version (or reinstall the same version):
|
And one more thing, I noticed that the app is installed in the start menu under category "Other programs", any way to specify the app category like on mac (MAS) ? |
After uninstallation, can install again, but noticed (as above) that the rpm install name is: app-1.5.2-1 instead of just app-1.5.2. |
Has anyone been able to confirm this behavior? |
This issue about: RPM uses different package names then deb. Now we specify defaults deps only for deb. Ability to specify different deps per target is implemented, but not yet tested and documented. If you ask about "app-1.5.2-1 instead of just app-1.5.2." — please open new issue. Please don't mix ;) |
- Explicitly defining `depends` for the defaults is not necessary as of electron-userland/electron-builder#502
- Explicitly defining `depends` for the defaults is not necessary as of electron-userland/electron-builder#502
When trying to install an RPM (on opensuse):
(Using command line rpm -ivh filename.rpm)
Just double clicking seems to open it up in Ark as a simple archive file.
The text was updated successfully, but these errors were encountered: