mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 04:43:36 +00:00
fix: macos build error
This commit is contained in:
@@ -108,14 +108,8 @@
|
|||||||
"type": "distribution",
|
"type": "distribution",
|
||||||
"minimumSystemVersion": "10.15",
|
"minimumSystemVersion": "10.15",
|
||||||
"mergeASARs": false,
|
"mergeASARs": false,
|
||||||
"singleArchFiles": [
|
"singleArchFiles": "**/node_modules/{@tailwindcss/oxide-*,better-sqlite3}/**/*",
|
||||||
"**/node_modules/@tailwindcss/oxide-*/**/*",
|
"x64ArchFiles": "**/node_modules/{@tailwindcss/oxide-*,better-sqlite3}/**/*"
|
||||||
"**/node_modules/better-sqlite3/**/*"
|
|
||||||
],
|
|
||||||
"x64ArchFiles": [
|
|
||||||
"**/node_modules/@tailwindcss/oxide-*/**/*",
|
|
||||||
"**/node_modules/better-sqlite3/**/*"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"dmg": {
|
"dmg": {
|
||||||
"artifactName": "termix_macos_${arch}_dmg.${ext}",
|
"artifactName": "termix_macos_${arch}_dmg.${ext}",
|
||||||
|
|||||||
Reference in New Issue
Block a user