fix: macos build error

This commit is contained in:
LukeGus
2026-03-08 20:21:20 -05:00
parent bb5d104b52
commit effe419d97
+2 -2
View File
@@ -108,8 +108,8 @@
"type": "distribution", "type": "distribution",
"minimumSystemVersion": "10.15", "minimumSystemVersion": "10.15",
"mergeASARs": false, "mergeASARs": false,
"singleArchFiles": "**/node_modules/{@tailwindcss/oxide-*,better-sqlite3}/**/*", "singleArchFiles": "**/node_modules/{@tailwindcss/oxide-*,better-sqlite3,cpu-features}/**/*",
"x64ArchFiles": "**/node_modules/{@tailwindcss/oxide-*,better-sqlite3}/**/*" "x64ArchFiles": "**/node_modules/{@tailwindcss/oxide-*,better-sqlite3,cpu-features}/**/*"
}, },
"dmg": { "dmg": {
"artifactName": "termix_macos_${arch}_dmg.${ext}", "artifactName": "termix_macos_${arch}_dmg.${ext}",