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:
@@ -117,7 +117,7 @@
|
||||
},
|
||||
"build": {
|
||||
"appId": "com.autoclaude.ui",
|
||||
"productName": "Auto Claude",
|
||||
"productName": "Auto-Claude",
|
||||
"publish": [
|
||||
{
|
||||
"provider": "github",
|
||||
|
||||
Reference in New Issue
Block a user