mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-15 21:03:47 +00:00
fix: macos build error
This commit is contained in:
@@ -108,8 +108,14 @@
|
|||||||
"type": "distribution",
|
"type": "distribution",
|
||||||
"minimumSystemVersion": "10.15",
|
"minimumSystemVersion": "10.15",
|
||||||
"mergeASARs": false,
|
"mergeASARs": false,
|
||||||
"singleArchFiles": "**/node_modules/@tailwindcss/oxide-*/**/*",
|
"singleArchFiles": [
|
||||||
"x64ArchFiles": "**/node_modules/@tailwindcss/oxide-*/**/*"
|
"**/node_modules/@tailwindcss/oxide-*/**/*",
|
||||||
|
"**/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