fix: Replace space with hyphen in productName to fix PTY daemon spawn (#65)

Merged with additional fix for npm scripts to use hyphenated product name.
This commit is contained in:
Craig Van
2025-12-21 01:14:35 +01:00
committed by GitHub
parent bdca9af3b8
commit 8f1f7a769b
+1 -1
View File
@@ -117,7 +117,7 @@
},
"build": {
"appId": "com.autoclaude.ui",
"productName": "Auto Claude",
"productName": "Auto-Claude",
"publish": [
{
"provider": "github",