mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 03:07:56 +01:00
try fix the version mismatch
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
||||
<?include $(sys.CURRENTDIR)\Common.wxi?>
|
||||
<?define CmdPalExtPowerToysBuildDir="$(var.BinDir)\WinUI3Apps\CmdPalExtensions\Microsoft.CmdPal.Ext.PowerToys\"?>
|
||||
<?define CmdPalExtPowerToysVersion="$(var.Version)"?>
|
||||
<?define CmdPalExtPowerToysVersion="$(var.Version).0"?>
|
||||
<Fragment>
|
||||
<DirectoryRef Id="WinUI3AppsInstallFolder">
|
||||
<Directory Id="CmdPalExtensionsInstallFolder" Name="CmdPalExtensions">
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<RootNamespace>PowerToysExtension</RootNamespace>
|
||||
<ApplicationManifest>app.manifest</ApplicationManifest>
|
||||
<PublishProfile>win-$(Platform).pubxml</PublishProfile>
|
||||
<XesUseOneStoreVersioning>false</XesUseOneStoreVersioning>
|
||||
<PackageVersion>$(Version)</PackageVersion>
|
||||
<!-- Keep the MSIX version in sync with the PowerToys version -->
|
||||
<AppxPackageVersion>$(Version)</AppxPackageVersion>
|
||||
|
||||
Reference in New Issue
Block a user