From f36ee66528682947918fe3fd913cfe6896643180 Mon Sep 17 00:00:00 2001 From: IsmaelMartinez Date: Tue, 28 May 2024 07:39:49 +0100 Subject: [PATCH] Hotfix/remove stage packages (#1273) * 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 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 337a84b..1d54b2f 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ }, "rpm": { "fpm": [ - "--rpm-rpmbuild-define=_build_id_links none --rpm-digest=sha256" + "--rpm-rpmbuild-define=_build_id_links none" ] }, "snap": {