Skip to content

Commit

Permalink
Windows Installer Size and Speed Optimization (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyloflake committed May 3, 2024
1 parent 49b7e0f commit 5a27344
Show file tree
Hide file tree
Showing 5 changed files with 336 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,7 @@
/semantic/gulpfile.js

.env

# yalc is used for developing and testing electron-builder but we don't need the files
.yalc
yalc.lock
2 changes: 1 addition & 1 deletion electron-builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
]
},
"artifactName": "${productName}-${version}-${os}-${arch}.${ext}",
"compression": "store",
"compression": "ultra",
"nsis": {
"allowToChangeInstallationDirectory": true,
"deleteAppDataOnUninstall": true,
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,10 @@
"vue": "^3.4.25",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"pnpm": {
"patchedDependencies": {
"app-builder-lib@24.13.3": "patches/app-builder-lib@24.13.3.patch"
}
}
}
318 changes: 318 additions & 0 deletions patches/app-builder-lib@24.13.3.patch

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a27344

Please sign in to comment.