Skip to content

Commit 73dc553

Browse files
authored
build(dev-deps): bump @reforged/maker-appimage to 5.1.0 (#1759)
* build(dev-deps): bump @reforged/maker-appimage to 5.1.0 * build: directly pass configuration to ReForged Since @reforged/[email protected] and @reforged/[email protected], passing icon as an object is valid and supported.
1 parent 60a4791 commit 73dc553

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

forge.config.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,7 @@ const config: ForgeConfig = {
146146
name: '@reforged/maker-appimage',
147147
platforms: ['linux'],
148148
config: {
149-
options: {
150-
categories: commonLinuxConfig.categories,
151-
},
149+
options: commonLinuxConfig,
152150
},
153151
},
154152
],

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,19 +1963,19 @@
19631963
integrity sha512-Pc/AFTdwZwEKJxFJvlxrSmGe/di+aAOBn60sremrpLo6VI/6cmiUYNNwlI5KNYttg7uypzA3ILPMPgxB2GYZEg==
19641964

19651965
"@reforged/maker-appimage@^5.0.0":
1966-
version "5.0.0"
1967-
resolved "https://registry.yarnpkg.com/@reforged/maker-appimage/-/maker-appimage-5.0.0.tgz#cbd04bda32bcbaa216e45fb770e8ad430364a2df"
1968-
integrity sha512-25nli9nt5MVMRladnoJ3uP5W+2KpND5mzA36rc/Duj/R71oGcOj3t9Uoc/dDmaED8afAEeaSYpVE7VPPe9T54A==
1966+
version "5.1.0"
1967+
resolved "https://registry.yarnpkg.com/@reforged/maker-appimage/-/maker-appimage-5.1.0.tgz#dc1a085dddaaf3bc65dd30d11cb09617e3dcf9d8"
1968+
integrity sha512-N4IkxfaquzgoH/zEC2uiR4smndDhgvBtwfAYnuVM5F2Lpy5IGSDakqvtPfMCy1r645qQRMYdh3gEQu5cvIro4g==
19691969
dependencies:
19701970
"@electron-forge/maker-base" "^6.0.0 || ^7.0.0"
1971-
"@reforged/maker-types" "^1.0.0"
1971+
"@reforged/maker-types" "^2.0.0"
19721972
"@spacingbat3/lss" "^1.0.0"
19731973
semver "^7.3.8"
19741974

1975-
"@reforged/maker-types@^1.0.0":
1976-
version "1.0.1"
1977-
resolved "https://registry.yarnpkg.com/@reforged/maker-types/-/maker-types-1.0.1.tgz#5f92c40c793166dbdafa2cb68bb4495f0cf639d9"
1978-
integrity sha512-gjLr6O7rS8XzjbqCEo/BxT4mrevWuYKdMzc0uO6dNcWDXinfhJVHT3aEZmtMyn1nx+ZbffzpCFPgGNYZtwGXxQ==
1975+
"@reforged/maker-types@^2.0.0":
1976+
version "2.0.0"
1977+
resolved "https://registry.yarnpkg.com/@reforged/maker-types/-/maker-types-2.0.0.tgz#08bf3f1926a8ecb967604508aec5dfe51a48a49d"
1978+
integrity sha512-Vc8xblKLfo+CP7CE/5Yshtyo6NwBkE4ZW00boCI50yePHG2wN04w1qrFlSxAmuau70J3alMhUrByeMrddlxAyw==
19791979

19801980
19811981
version "4.50.1"

0 commit comments

Comments
 (0)