Skip to content

Commit

Permalink
Set electronBuilder compression level to reduce the size of dist files
Browse files Browse the repository at this point in the history
For linux distribution files, there's no significant size change for deb
packages, but for AppImage dist files, the size is reduced from about
108MB to 70~79MB, which is good.
  • Loading branch information
PeterDaveHello authored and sunner committed May 4, 2024
1 parent ad7bd9b commit e7436f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module.exports = defineConfig({
directories: {
buildResources: "src/assets",
},
compression: "maximum",
mac: {
category: "public.app-category.utilities",
target: "default",
Expand Down

0 comments on commit e7436f0

Please sign in to comment.