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