anytype-ts
anytype-ts copied to clipboard
Ship as an MSIX/APPX Instead of EXE
Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing requests and didn't find any that were similar
- [X] I have considered creating a pull request instead and want to proceed
Clear and concise description of the problem
Currently, the Anytype app for Windows ships as a .exe file, which is outdated.
Suggested solution
Microsoft recommends switching over to .msix or .appx files. The existing .exe file can easily be converted/packaged using Microsoft's MSIX Packaging Tool, and will make for a smoother, cleaner & more reliable install.
Alternative
N/A
Additional context
No response
https://github.com/electron-userland/electron-builder/issues/5021
...well, that's encouraging. That being said, though, this issue does say that APPX is supported, which is still a step above EXEs (even if not as good as MSIX). Is there any hope for that being used with Anytype?
It depends on electron-builder completely.