Skip to content

Commit

Permalink
Generate 32 bit Windows legacy installers
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Feb 17, 2024
1 parent e7b317a commit 82888cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
if: runner.os == 'Windows'
run: |
node release-automation/build.js --windows --microsoft-store --x64 --ia32 --arm64 --production
node release-automation/build.js --windows-portable --windows-legacy --x64 --production
node release-automation/build.js --windows-portable --x64 --production
node release-automation/build.js --windows-legacy --ia32 --x64 --production
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload Microsoft Store Artifact
Expand Down

0 comments on commit 82888cd

Please sign in to comment.