Skip to content

Commit ed21745

Browse files
committed
Fix several bugs and change branding.
- User can set password while creating the account. - PATH is no longer unset for Windows interoperability. - Configure automount options in wsl.conf. - All branding has been changed to AOSC OS.
1 parent c8676c3 commit ed21745

File tree

75 files changed

+218
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+218
-202
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,9 @@ __pycache__/
289289

290290

291291

292-
DistroLauncher/MSG*.bin
293-
DistroLauncher/messages.rc
294-
DistroLauncher/messages.h
292+
AOSCOSLauncher/MSG*.bin
293+
AOSCOSLauncher/messages.rc
294+
AOSCOSLauncher/messages.h
295295
*.lib
296296
*.dll
297297
*.exe

DistroLauncher-Appx/MyDistro.appxmanifest renamed to 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="AOSCOS" Version="8.1.1.0" Publisher="CN=KexyBiscuit" ProcessorArchitecture="x64" />
3+
<Identity Name="AOSCOS" Version="8.1.2.0" Publisher="CN=KexyBiscuit" ProcessorArchitecture="x64" />
44
<mp:PhoneIdentity PhoneProductId="160867c6-4e75-4e36-85c6-1543de07d5f3" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
55
<Properties>
66
<DisplayName>AOSC OS</DisplayName>

DistroLauncher-Appx/DistroLauncher-Appx.vcxproj renamed to AOSCOSLauncher-Appx/AOSCOSLauncher-Appx.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup Label="Globals">
44
<ProjectGuid>{f63472f9-d0a0-412e-aa3d-a4e822970486}</ProjectGuid>
5-
<RootNamespace>DistroLauncher_Appx</RootNamespace>
5+
<RootNamespace>AOSCOSLauncher_Appx</RootNamespace>
66
<DefaultLanguage>en-US</DefaultLanguage>
77
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
88
<AppContainerApplication>true</AppContainerApplication>
@@ -11,7 +11,7 @@
1111
<WindowsTargetPlatformMinVersion>10.0.16215.0</WindowsTargetPlatformMinVersion>
1212
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
1313
<TargetName>aoscos</TargetName>
14-
<ProjectName>DistroLauncher-Appx</ProjectName>
14+
<ProjectName>AOSCOSLauncher-Appx</ProjectName>
1515
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
1616
</PropertyGroup>
1717
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
@@ -75,7 +75,7 @@
7575
</ImportGroup>
7676
<PropertyGroup Label="UserMacros" />
7777
<PropertyGroup>
78-
<PackageCertificateKeyFile>DistroLauncher-Appx_TemporaryKey.pfx</PackageCertificateKeyFile>
78+
<PackageCertificateKeyFile>AOSCOSLauncher-Appx_TemporaryKey.pfx</PackageCertificateKeyFile>
7979
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
8080
<AppxBundle>Always</AppxBundle>
8181
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
@@ -94,11 +94,11 @@
9494
</Link>
9595
</ItemDefinitionGroup>
9696
<ItemGroup>
97-
<AppxManifest Include="MyDistro.appxmanifest">
97+
<AppxManifest Include="AOSCOS.appxmanifest">
9898
<SubType>Designer</SubType>
9999
</AppxManifest>
100-
<None Include="DistroLauncher-Appx_StoreKey.pfx" />
101-
<None Include="DistroLauncher-Appx_TemporaryKey.pfx" />
100+
<None Include="AOSCOSLauncher-Appx_StoreKey.pfx" />
101+
<None Include="AOSCOSLauncher-Appx_TemporaryKey.pfx" />
102102
</ItemGroup>
103103
<ItemGroup Condition="'$(Platform)'=='x64'">
104104
<None Include="..\x64\install.tar.gz">

DistroLauncher-Appx/DistroLauncher-Appx.vcxproj.filters renamed to AOSCOSLauncher-Appx/AOSCOSLauncher-Appx.vcxproj.filters

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,14 @@
162162
</Image>
163163
</ItemGroup>
164164
<ItemGroup>
165-
<AppxManifest Include="MyDistro.appxmanifest" />
165+
<AppxManifest Include="AOSCOS.appxmanifest" />
166166
</ItemGroup>
167167
<ItemGroup>
168168
<None Include="..\ARM64\install.tar.gz" />
169169
<None Include="..\x64\install.tar.gz" />
170-
<None Include="DistroLauncher-Appx_TemporaryKey.pfx" />
170+
<None Include="AOSCOSLauncher-Appx_TemporaryKey.pfx" />
171171
<None Include="Package.StoreAssociation.xml" />
172-
<None Include="DistroLauncher-Appx_StoreKey.pfx" />
172+
<None Include="AOSCOSLauncher-Appx_StoreKey.pfx" />
173173
</ItemGroup>
174174
<ItemGroup>
175175
<CustomBuild Include="$(targetname)" />

0 commit comments

Comments
 (0)