Skip to content

Commit 0dd2404

Browse files
committed
Install dependencies with pnpm, run the signing with npm
This should give us the best of both worlds, with working lockfile for packages but also a working electron-builder
1 parent d63500f commit 0dd2404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ environment:
1717
secure: kZMGyhBmfPsJKEryrd+I7gTEudm8tW0jSrKKhtT/3fbqKQzndTWp47C1Eetx5kFs
1818

1919
build_script:
20-
- pnpm sign:win
20+
- npm run sign:win
2121
- 7z.exe a -tzip dist\HeroicWin.zip dist\*x64.exe dist\*.blockmap dist\*.yml
2222

2323
test: off

0 commit comments

Comments
 (0)