fix: update npm scripts to use hyphenated product name
Update start:packaged:mac and start:packaged:win scripts to use 'Auto-Claude' instead of 'Auto Claude' to match the productName change from PR #65. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
"package:mac": "electron-vite build && electron-builder --mac",
|
||||
"package:win": "electron-vite build && electron-builder --win",
|
||||
"package:linux": "electron-vite build && electron-builder --linux",
|
||||
"start:packaged:mac": "open dist/mac-arm64/Auto\\ Claude.app || open dist/mac/Auto\\ Claude.app",
|
||||
"start:packaged:win": "start \"\" \"dist\\win-unpacked\\Auto Claude.exe\"",
|
||||
"start:packaged:mac": "open dist/mac-arm64/Auto-Claude.app || open dist/mac/Auto-Claude.app",
|
||||
"start:packaged:win": "start \"\" \"dist\\win-unpacked\\Auto-Claude.exe\"",
|
||||
"start:packaged:linux": "./dist/linux-unpacked/auto-claude",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest",
|
||||
|
||||
Reference in New Issue
Block a user