Skip to content

Commit

Permalink
fix: mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaUnknown committed Jun 17, 2024
1 parent af8147a commit 6eb67d0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Miru",
"version": "5.1.3",
"version": "5.1.4",
"private": true,
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
"description": "Stream anime torrents, real-time with no waiting for downloads.",
Expand Down Expand Up @@ -69,7 +69,8 @@
"!node_modules/**/*.{mk,a,o,h}"
],
"mac": {
"artifactName": "${os}-${name}-${version}.${ext}",
"artifactName": "${os}-${name}-${version}-mac.${ext}",
"defaultArch": "universal",
"singleArchFiles": "node_modules/+(register-scheme|utp-native|fs-native-extensions)/**",
"category": "public.app-category.video",
"icon": "buildResources/icon.icns",
Expand All @@ -78,7 +79,7 @@
"target": [
{
"arch": "universal",
"target": "dmg"
"target": "default"
}
]
},
Expand Down

0 comments on commit 6eb67d0

Please sign in to comment.