anytype-ts icon indicating copy to clipboard operation
anytype-ts copied to clipboard

Ship as an MSIX/APPX Instead of EXE

Open ghost opened this issue 1 year ago • 3 comments
trafficstars

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

ghost avatar Jun 02 '24 01:06 ghost

https://github.com/electron-userland/electron-builder/issues/5021

ra3orblade avatar Jun 03 '24 16:06 ra3orblade

electron-userland/electron-builder#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?

ghost avatar Jun 03 '24 16:06 ghost

It depends on electron-builder completely.

ra3orblade avatar Jun 03 '24 16:06 ra3orblade