Skip to content

Commit

Permalink
Update make-electron-builder-yml.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed Sep 27, 2022
1 parent 8cc5391 commit 1f26418
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installation/make-electron-builder-yml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,15 @@ let files = [
target: [
{
target: "dmg",
arch: ["x64", "arm64"]
arch: ["x64"]
},
{
target: "pkg",
arch: ["x64", "arm64"]
arch: ["x64"]
},
{
target: "zip",
arch: ["x64", "arm64"]
arch: ["x64"]
}
],
category: "public.app-category.utilities",
Expand Down

0 comments on commit 1f26418

Please sign in to comment.