update build
All checks were successful
Build and Release / build-and-release (push) Successful in 12m55s

This commit is contained in:
Bryan1029384756
2026-02-22 12:50:49 -06:00
parent fee34f0236
commit 90cf99f7ab
2 changed files with 614 additions and 3 deletions

View File

@@ -37,7 +37,8 @@
}
],
"win": {
"target": ["nsis"]
"target": ["nsis"],
"compression": "store"
},
"mac": {
"target": ["dmg", "zip"],
@@ -49,8 +50,7 @@
},
"nsis": {
"oneClick": true,
"perMachine": false,
"compression": "bzip2"
"perMachine": false
}
},
"dependencies": {