Skip to content

Commit a6ee2c7

Browse files
committed
feat: do not generate wslconf
- Bump version to 11.0.1
1 parent 26ff8ac commit a6ee2c7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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="10.2.1.0" Publisher="CN=7A0EF4AF-D8E1-463F-A051-23A700957CE2" ProcessorArchitecture="x64" />
3+
<Identity Name="20470KexyBiscuit.AOSCOSonWSL" Version="11.0.1.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/AOSCOSLauncher.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ HRESULT InstallDistribution(bool createUser)
4646
}
4747

4848
// Configure per distro launch settings with wslconf
49-
hr = g_wslApi.WslLaunchInteractive(L"echo \"# Enable extra metadata options by default\n[automount]\noptions = \\\"metadata,umask=22,fmask=11\\\"\" > /etc/wsl.conf", true, &exitCode);
50-
if (FAILED(hr)) {
51-
return hr;
52-
}
49+
//hr = g_wslApi.WslLaunchInteractive(L"echo \"# Enable extra metadata options by default\n[automount]\noptions = \\\"metadata,umask=22,fmask=11\\\"\" > /etc/wsl.conf", true, &exitCode);
50+
//if (FAILED(hr)) {
51+
// return hr;
52+
//}
5353

5454
// Set container locale according to Windows system locale
5555
wchar_t command[CMD_BUF_MAX_LENGTH];

0 commit comments

Comments
 (0)