Skip to content

Commit

Permalink
README and ROADMAP edits
Browse files Browse the repository at this point in the history
Also new certificate file.
  • Loading branch information
Hayden committed Sep 15, 2018
1 parent 7ff3425 commit c15b153
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 12 deletions.
4 changes: 3 additions & 1 deletion DistroLauncher-Appx/DistroLauncher-Appx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,12 @@
<PackageCertificateKeyFile>DistroLauncher-Appx_StoreKey.pfx</PackageCertificateKeyFile>
<AppxAutoIncrementPackageRevision>True</AppxAutoIncrementPackageRevision>
<AppxBundle>Auto</AppxBundle>
<PackageCertificateThumbprint>7EC819BEE6E259B9B623D16998043BCA6B55B7E4</PackageCertificateThumbprint>
<PackageCertificateThumbprint>17958D27E972C713E06B53D183606366CF8C66EF</PackageCertificateThumbprint>
<GenerateAppInstallerFile>False</GenerateAppInstallerFile>
<AppxBundlePlatforms>x64</AppxBundlePlatforms>
<AppInstallerUpdateFrequency>1</AppInstallerUpdateFrequency>
<AppInstallerCheckForUpdateFrequency>OnApplicationRun</AppInstallerCheckForUpdateFrequency>
<AppxPackageDir>C:\Users\hayden\Documents\Builds\</AppxPackageDir>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
Expand Down Expand Up @@ -184,6 +185,7 @@
</ItemGroup>
<ItemGroup>
<None Include="DistroLauncher-Appx_StoreKey.pfx" />
<None Include="DistroLauncher-Appx_TemporaryKey.pfx" />
<None Include="Package.StoreAssociation.xml" />
</ItemGroup>
</Project>
3 changes: 3 additions & 0 deletions DistroLauncher-Appx/DistroLauncher-Appx.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
<None Include="..\x64\install.tar.gz" />
<None Include="Package.StoreAssociation.xml" />
<None Include="DistroLauncher-Appx_StoreKey.pfx" />
<None Include="DistroLauncher-Appx_TemporaryKey.pfx" />
</ItemGroup>
<ItemGroup>
<CustomBuild Include="$(targetname)" />
Expand All @@ -187,6 +188,8 @@
<CustomBuild Include="$(targetname)" />
<CustomBuild Include="$(targetname)" />
<CustomBuild Include="$(targetname)" />
<CustomBuild Include="$(targetname)" />
<CustomBuild Include="$(targetname)" />
</ItemGroup>
<ItemGroup>
<AppxManifest Include="MyDistro.appxmanifest" />
Expand Down
4 changes: 2 additions & 2 deletions DistroLauncher-Appx/MyDistro.appxmanifest
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<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">
<Identity Name="WhitewaterFoundryLtd.Co.16571368D6CFF" Version="1.1.2.0" Publisher="CN=9879127B-9E92-4DE5-9C32-0B1F09F95DCF" ProcessorArchitecture="x64" />
<mp:PhoneIdentity PhoneProductId="1abaf6f6-6e50-4edc-8c9c-e87829f4c595" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Identity Name="WhitewaterFoundryLtd.Co.16571368D6CFF" Version="1.1.10.0" Publisher="CN=9879127B-9E92-4DE5-9C32-0B1F09F95DCF" ProcessorArchitecture="x64" />
<mp:PhoneIdentity PhoneProductId="cfaf615b-0ff6-4c20-a7ff-60da53cf65e0" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
<Properties>
<DisplayName>WLinux</DisplayName>
<PublisherDisplayName>Whitewater Foundry, Ltd. Co.</PublisherDisplayName>
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ A Linux® distribution optimized for WSL based on Debian® stable from open-sour

## Background

WLinux is a Linux distribution optimized for use on Windows Subsystem for Linux. While other distros are available for WSL, this is the first distro specifically customized for use on WSL. A number of WSL-specific enhancements are enabled by default and additional features are planned. WLinux is open-source and based on the stable Debian GNU/Linux distro. Development occurs on GitHub. Pull requests, forks, and new issue reports are welcome. A paid version is planned for the Microsoft Store to fund future development, including bug/feature bounties.
WLinux is a Linux distribution optimized for use on Windows Subsystem for Linux. While other distros are available for WSL, this is the first distro specifically customized for use on WSL. A number of WSL-specific enhancements are enabled by default and additional features are planned. WLinux is open-source and based on the stable Debian GNU/Linux distro. Development occurs on GitHub. Pull requests, forks, and new issue reports are welcome. For more background, see [here](https://whitewaterfoundry.com/).

## Support

**[Official WLinux Wiki](https://github.com/WhitewaterFoundry/WLinux/wiki)**

Please check the Wiki first. It has a guide for getting started, installing packages, and more.

**Twitter**: [@Linux4Windows](https://twitter.com/Linux4Windows)
**Twitter**: [@WLinuxApp](https://twitter.com/WLinuxApp)

**Telegram**: [WSLinux](https://t.me/wslinux)

Expand Down
16 changes: 9 additions & 7 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
Release 1 - Submitted to store
Release 1.1

- tested and working on amd64
- snapshot on 8.27.18
Status: Submitted to Microsoft for Certification

Tentative Release 1.1
- All initial features.
- Tested and stable on amd64.
- Snapshot of Debian stretch and code as of 9 Sept 2018.

- adds wslu integration
Release 1.2

Tenative Release 2.0
Status: Pending

- add arm64 support
- Add arm64 support.
- Add non-English translations for README and BUILDING.

0 comments on commit c15b153

Please sign in to comment.