File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8585 if : contains(matrix.os_type, 'linux') && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')
8686 run : |
8787 sudo apt-get install --no-install-recommends -y icnsutils graphicsmagick xz-utils libfuse2
88+ sudo snap install snapcraft --classic
8889
8990 - name : Install FPM
9091 if : matrix.os == 'ubuntu-24.04-arm' && (github.event.inputs.build_os == matrix.platform || github.event.inputs.build_os == 'All')
99100 shell : bash
100101 run : |
101102 yarn config set ignore-engines true
102- yarn
103+ rm -rf node_modules dist_electron && yarn install --frozen-lockfile
103104 yarn global add xvfb-maybe
104105
105106 - name : Generate release notes
@@ -238,7 +239,7 @@ jobs:
238239 shell : bash
239240 run : |
240241 yarn config set ignore-engines true
241- yarn
242+ rm -rf node_modules && yarn install
242243
243244 - name : Download all yml artifacts
244245 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 4141 "winget" : " node ./scripts/auto-winget.js"
4242 },
4343 "dependencies" : {
44- "@aws-sdk/client-s3" : " ^ 3.965.0" ,
44+ "@aws-sdk/client-s3" : " 3.965.0" ,
4545 "@aws-sdk/lib-storage" : " ^3.965.0" ,
4646 "@aws-sdk/s3-request-presigner" : " ^3.965.0" ,
4747 "@nodelib/fs.walk" : " ^3.0.1" ,
7070 "multer" : " ^2.0.2" ,
7171 "node-ssh-no-cpu-features" : " ^2.0.0" ,
7272 "nodejs-file-downloader" : " ^4.13.0" ,
73- "piclist" : " ^2.2.0 " ,
73+ "piclist" : " ^2.2.2 " ,
7474 "qiniu" : " 7.14.0" ,
7575 "semver" : " ^7.7.3" ,
7676 "shell-path" : " 3.0.0" ,
108108 "dotenv" : " ^17.2.3" ,
109109 "dpdm" : " ^3.14.0" ,
110110 "electron" : " ^39.2.7" ,
111- "electron-builder" : " ^26.4.0 " ,
111+ "electron-builder" : " ^26.0.12 " ,
112112 "electron-vite" : " ^5.0.0" ,
113113 "eslint" : " ^9.39.2" ,
114114 "eslint-config-prettier" : " ^10.1.8" ,
You can’t perform that action at this time.
0 commit comments