Add Windows Explorer context menu integration

- Add context menu entries for all supported file types
- Implement CLI interface with --convert and --convert-to commands
- Create installation/uninstallation scripts (registry, PowerShell, batch)
- Add NSIS installer integration for automatic context menu setup
- Support direct conversion from right-click menu
- Include comprehensive documentation and usage instructions
🤖 Generated with [Claude Code](https://claude.ai/code)
This commit is contained in:
2025-09-09 01:03:36 +05:30
parent f5a6457734
commit 96134f0aa8
9 changed files with 730 additions and 0 deletions
+9
View File
@@ -45,6 +45,7 @@
"files": [
"src/**/*",
"assets/**/*",
"scripts/**/*",
"node_modules/**/*",
"package.json"
],
@@ -72,6 +73,14 @@
"target": "nsis",
"icon": "assets/icon.ico"
},
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "PanConverter",
"include": "scripts/nsis-installer.nsh"
},
"linux": {
"target": [
"deb",