Skip to content

Commit

Permalink
revert the msix package name so updates replace the existing version
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Jan 14, 2025
1 parent 31cf726 commit f31af35
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
IgnorableNamespaces="uap rescap com desktop">

<Identity Name="FwLiteMaui"
<!-- Name is the unique identifier for this app, do not change it, otherwise it will get installed as a different app and not replace the existing one-->
<!-- We may want to use a different name to let users have multiple release channels, eg prod and beta-->
<Identity Name="FwLiteDesktop"
Publisher="CN=&quot;Summer Institute of Linguistics, Inc.&quot;, O=&quot;Summer Institute of Linguistics, Inc.&quot;, L=Dallas, S=Texas, C=US"
Version="0.0.0.0" />
<Properties>
Expand Down

0 comments on commit f31af35

Please sign in to comment.