mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-20 14:12:06 +00:00
fix: singleArch registerScheme
This commit is contained in:
parent
8bce6e0945
commit
cf28d565c1
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
],
|
||||
"mac": {
|
||||
"artifactName": "${os}-${name}-${version}.${ext}",
|
||||
"singleArchFiles": "node_modules/utp-native/**",
|
||||
"singleArchFiles": "node_modules/+(register-scheme|utp-native)/**",
|
||||
"category": "public.app-category.video",
|
||||
"icon": "build/icon.icns",
|
||||
"target": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue