diff --git a/AOSCOSLauncher-Appx/AOSCOS.appxmanifest b/AOSCOSLauncher-Appx/AOSCOS.appxmanifest index 02a4a41a..4dd4957c 100644 --- a/AOSCOSLauncher-Appx/AOSCOS.appxmanifest +++ b/AOSCOSLauncher-Appx/AOSCOS.appxmanifest @@ -1,6 +1,6 @@  - + AOSC OS on WSL diff --git a/AOSCOSLauncher/AOSCOSLauncher.cpp b/AOSCOSLauncher/AOSCOSLauncher.cpp index 25b664d5..0603584e 100644 --- a/AOSCOSLauncher/AOSCOSLauncher.cpp +++ b/AOSCOSLauncher/AOSCOSLauncher.cpp @@ -46,10 +46,10 @@ HRESULT InstallDistribution(bool createUser) } // Configure per distro launch settings with wslconf - 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); - if (FAILED(hr)) { - return hr; - } + //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); + //if (FAILED(hr)) { + // return hr; + //} // Set container locale according to Windows system locale wchar_t command[CMD_BUF_MAX_LENGTH];