Skip to content

Commit

Permalink
fix: packaging: windows 64bit and 32bit releases now have different f…
Browse files Browse the repository at this point in the history
…ilenames
  • Loading branch information
Simon-Laux committed Sep 13, 2024
1 parent 9b59645 commit 0f053a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- dev: esbuild bundling for electron main process js (+minification for releases)
- changed implementation for accepting dropped in files, use browser apis instead of electron specific hack.
- dev: improved `./bin/test_for_missing_translations.sh` script: It is now more correct, helpful and faster
- windows 64bit and 32bit protable and setup now have different filenames

### Fixed
- fix that you can not click header button in dialog when they are on top of the navbar #4093
Expand All @@ -22,6 +23,7 @@
- dev: update `./bin/update_background_thumbnails.sh` script
- fix chatlist image thumbnails #4101
- fix: spacing around avatars in reaction details dialog #4114
- fix: packaging: windows 64bit and 32bit releases now have different filenames, bring back 64bit windows releases.

<a id="1_46_8"></a>

Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
],
"cpu": [
"x64",
"ia32",
"arm64"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ build['deb'] = {
}

build['win'] = {
artifactName: '${productName}-${version}.${arch}.${ext}',
icon: 'html-dist/images/deltachat.ico',
files: [...files, PREBUILD_FILTERS.NOT_MAC, PREBUILD_FILTERS.NOT_LINUX],
}
Expand Down

0 comments on commit 0f053a6

Please sign in to comment.