Skip to content
This repository has been archived by the owner on Jun 20, 2022. It is now read-only.

Commit

Permalink
chore: add windows universal and 32 bit releases
Browse files Browse the repository at this point in the history
  • Loading branch information
moughxyz committed Jan 12, 2022
1 parent 3256ef2 commit 57335c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/utils.mjs
Expand Up @@ -22,6 +22,12 @@ export async function getLatestBuiltFilesList() {
`standard-notes-${version}-win-x64.exe`,
`standard-notes-${version}-win-x64.exe.blockmap`,

`standard-notes-${version}-win.exe`,
`standard-notes-${version}-win.exe.blockmap`,

`standard-notes-${version}-win-ia32.exe`,
`standard-notes-${version}-win-ia32.exe.blockmap`,

'latest-linux-ia32.yml',
'latest-linux.yml',
'latest-linux-arm64.yml',
Expand Down

0 comments on commit 57335c8

Please sign in to comment.