Fix Windows build script

This commit is contained in:
smartfridge 2022-10-11 20:58:13 +02:00
parent 636bd8264c
commit 80cbc82d09
1 changed files with 2 additions and 2 deletions

View File

@ -97,10 +97,10 @@ jobs:
cache: "pnpm"
- name: Install Node dependencies
run: pnpm install
run: pnpm install -g cargo-cp-artifact && pnpm install
- name: Install Electron-Builder
run: pnpm install -g cargo-cp-artifact && pnpm install
run: pnpm install -g electron-builder
- name: Replace the version number
run: (Get-Content src/utils.ts) -replace "\d\.\d\.\d", "DEV" | Out-File src/utils.ts