Skip to content

Commit

Permalink
🎨 Change packing compression from "normal" to "store"
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 29, 2024
1 parent 25d0f28 commit 58829f6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/electron-builder-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
productName: "SiYuan"
appId: "org.b3log.siyuan"
asar: false
compression: "normal"
compression: "store"
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
artifactName: "siyuan-${version}-${os}-arm64.${ext}"
extraMetadata:
Expand Down
2 changes: 1 addition & 1 deletion app/electron-builder-darwin-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
productName: "SiYuan"
appId: "org.b3log.siyuan"
asar: false
compression: "normal"
compression: "store"
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
artifactName: "siyuan-${version}-${os}-arm64.${ext}"
extraMetadata:
Expand Down
2 changes: 1 addition & 1 deletion app/electron-builder-darwin.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
productName: "SiYuan"
appId: "org.b3log.siyuan"
asar: false
compression: "normal"
compression: "store"
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
artifactName: "siyuan-${version}-${os}.${ext}"
extraMetadata:
Expand Down
2 changes: 1 addition & 1 deletion app/electron-builder-linux-arm64.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
productName: "SiYuan"
appId: "org.b3log.siyuan"
asar: false
compression: "normal"
compression: "store"
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
artifactName: "siyuan-${version}-${os}-arm64.${ext}"
extraMetadata:
Expand Down
2 changes: 1 addition & 1 deletion app/electron-builder-linux.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
productName: "SiYuan"
appId: "org.b3log.siyuan"
asar: false
compression: "normal"
compression: "store"
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
artifactName: "siyuan-${version}-${os}.${ext}"
extraMetadata:
Expand Down
2 changes: 1 addition & 1 deletion app/electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
productName: "SiYuan"
appId: "org.b3log.siyuan"
asar: false
compression: "normal"
compression: "store"
copyright: "© 2024 Yunnan Liandi Technology Co., Ltd."
artifactName: "siyuan-${version}-${os}.${ext}"
extraMetadata:
Expand Down

0 comments on commit 58829f6

Please sign in to comment.