mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-18 23:22:05 +00:00
fix: support fs native extensions
This commit is contained in:
parent
764c5a1519
commit
e94db5997f
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@
|
|||
],
|
||||
"mac": {
|
||||
"artifactName": "${os}-${name}-${version}.${ext}",
|
||||
"singleArchFiles": "node_modules/+(register-scheme|utp-native)/**",
|
||||
"singleArchFiles": "node_modules/+(register-scheme|utp-native|fs-native-extensions)/**",
|
||||
"category": "public.app-category.video",
|
||||
"icon": "buildResources/icon.icns",
|
||||
"target": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue