kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://ko-fi.com/post/Kando-1-0-0-released-G2G5Z1DOS
Other
2.65k stars 78 forks source link

Fix #411 #436

Closed Schneegans closed 4 months ago

Schneegans commented 4 months ago

On Linux, a pre-install script hook is now used to remove the productName from the package.json file. This is the only reliable way I have found to make Electron use a lower-case config directory on Linux (~/.config/kando) and an upper-case application name ("Kando") on Windows and macOS. As a consequence, the package.json file will always contain changes after the build process. This is not a problem, but it may be confusing.