Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit 2287982

Browse files
getneilneil molina
andauthored
#556 specifify minimum macOS 11 support (#560)
Co-authored-by: neil molina <neil@neils-MacBook-Pro.local>
1 parent 0ea89ec commit 2287982

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

modules/desktop/electron-builder.config.cjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ module.exports = {
1919
target: {
2020
target: "default",
2121
arch: ["x64", "arm64"]
22-
}
22+
},
23+
minimumSystemVersion: "11"
2324
},
2425
afterSign: async (params) => {
2526
if (process.platform !== "darwin" || process.env.CSC_IDENTITY_AUTO_DISCOVERY === "false") {

0 commit comments

Comments
 (0)