sillsdev / languageforge-lexbox

Language Forge / Language Depot unification project
MIT License
6 stars 2 forks source link

Create FW Lite installer #916

Open hahn-kev opened 5 days ago

hahn-kev commented 5 days ago

from my research MSIX looks like the way to go, and msixbundle file can be installed with a double click on windows, and it's supported by the Microsoft store.

An example of building the bundle can be found here https://github.com/JasonWei512/EnergyStarX/blob/develop/.github/workflows/Build%20MSIX%20sideload%20package.yml

hahn-kev commented 4 days ago

I played with this for a while today, it looks like the tooling I linked above only works for maui apps (at least I couldn't get it working in our case). However we do ultimately want to ship this as a proper gui app which means MAUI. Docs here https://learn.microsoft.com/en-us/dotnet/maui/windows/deployment/publish-cli?view=net-maui-8.0