Skip to content

Commit

Permalink
Hotfix/remove stage packages (#1273)
Browse files Browse the repository at this point in the history
* adding appdata missing changes

* renamind ssoUser and ssoPasswordCommand to ssoBasicAuthUser and ssoBasicAuthPasswordCommand

* adding fcitx-frontend-gtk3 to the stagePackages for snap to try to solve #1240

* Adding --rpm-digest sha256 to the electron-builder rpm command

* adding the trayIconEnabled flag that defaults to true

* revert adding appLogLevels

* revert adding fcitx-frontend-gtk3 as it seems to be already in the default list of stage-packages

* merging with develop

* reverting the stage packages and adding a = in the rpm-digest fpm

* revert rpm-link command option as it fails the build
  • Loading branch information
IsmaelMartinez authored May 28, 2024
1 parent 4660735 commit f36ee66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
},
"rpm": {
"fpm": [
"--rpm-rpmbuild-define=_build_id_links none --rpm-digest=sha256"
"--rpm-rpmbuild-define=_build_id_links none"
]
},
"snap": {
Expand Down

0 comments on commit f36ee66

Please sign in to comment.