Skip to content

Commit

Permalink
Update Windows SDK version to 10.0.2004 and modify build process
Browse files Browse the repository at this point in the history
  • Loading branch information
Thavarshan committed Aug 31, 2024
1 parent 7ea589a commit 7e0b451
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ jobs:
with:
node-version: '20'

- name: Install Windows SDK
run: choco install windows-sdk-10-version-1903-all -y
shell: pwsh

- name: Install electron-windows-store
run: npm install -g electron-windows-store

Expand All @@ -33,7 +29,7 @@ jobs:
run: npm install

- name: Build app
run: npm run make -- --skip-package appx
run: npm run package

- name: Convert to AppX
run: |
Expand Down

0 comments on commit 7e0b451

Please sign in to comment.