Skip to content

Commit 4660735

Browse files
Hotfix/remove stage packages (#1272)
* 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
1 parent 8b330bf commit 4660735

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
},
9797
"rpm": {
9898
"fpm": [
99-
"--rpm-rpmbuild-define=_build_id_links none --rpm-digest sha256"
99+
"--rpm-rpmbuild-define=_build_id_links none --rpm-digest=sha256"
100100
]
101101
},
102102
"snap": {
@@ -119,10 +119,6 @@
119119
"network-manager-observe",
120120
"system-observe"
121121
],
122-
"stagePackages": [
123-
"default",
124-
"fcitx-frontend-gtk3"
125-
],
126122
"publish": [
127123
"snapStore"
128124
]

0 commit comments

Comments
 (0)