sparrowapp-dev / sparrow-app

Your next-gen API testing and development tool.
https://sparrowapp.dev
GNU Affero General Public License v3.0
39 stars 24 forks source link

Application Update - Update is not happening in Windows machines #1116

Open nagesh953 opened 1 week ago

nagesh953 commented 1 week ago

Description: Currently the user is not able to update the Sparrow application in windows machines. When the user clicks the update button then a new sparrow application is installed instead of updating the old one. There is an issue in the update of the application.

This task is created in order to debug and resolve the issue of update of the sparrow application.

punitkashyup commented 6 days ago

@pratikshinde590 Pls update your finding here .

pratikshinde590 commented 6 days ago

we can convert the MSI to MSIX package using script: https://github.com/microsoft/MSIX-Toolkit/tree/master/Scripts

And we can use this script in our deployment workflow so this can automate the process of converting the MSI to MSIX.

After that we can publish our app to Microsoft store using this plugin in our workflow: https://github.com/marketplace/actions/microsoft-store-publish

then the same application we will release in our GitHub releases so that both app will be the same in git releases and windows store.