mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-12 20:40:20 +00:00
fix: exclude link files
This commit is contained in:
parent
cf28d565c1
commit
435d8aa52c
1 changed files with 2 additions and 1 deletions
|
|
@ -58,7 +58,8 @@
|
|||
"files": [
|
||||
"src/*",
|
||||
"src/main/*",
|
||||
"src/renderer/dist/**/*"
|
||||
"src/renderer/dist/**/*",
|
||||
"!node_modules/**/*.{mk,a,o,h}"
|
||||
],
|
||||
"mac": {
|
||||
"artifactName": "${os}-${name}-${version}.${ext}",
|
||||
|
|
|
|||
Loading…
Reference in a new issue