Skip to content

Commit 14a928f

Browse files
committed
Bump version.
1 parent 5f4246e commit 14a928f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

AOSCOSLauncher-Appx/AOSCOS.appxmanifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap mp uap2 uap3 rescap desktop">
3-
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="8.1.3.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" ProcessorArchitecture="x64" />
3+
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="8.1.4.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" ProcessorArchitecture="x64" />
44
<mp:PhoneIdentity PhoneProductId="f9993335-1509-40e8-bd0a-a3dc8125ed92" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>AOSC OS on WSL</DisplayName>

AOSCOSLauncher-Appx/AOSCOSLauncher-Appx.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<AppxBundle>Always</AppxBundle>
8181
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
8282
<AppxBundlePlatforms>x64|arm64</AppxBundlePlatforms>
83-
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
83+
<AppInstallerUpdateFrequency>0</AppInstallerUpdateFrequency>
8484
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
8585
<AppxPackageSigningEnabled>True</AppxPackageSigningEnabled>
8686
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>

AOSCOSLauncher-Appx/AOSCOSLauncher-Appx.vcxproj.filters

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,6 @@
173173
</ItemGroup>
174174
<ItemGroup>
175175
<CustomBuild Include="$(targetname)" />
176+
<CustomBuild Include="$(SolutionDir)\$(platform)\$(Configuration)\launcher.exe" />
176177
</ItemGroup>
177178
</Project>

0 commit comments

Comments
 (0)