Closed sjenning closed 6 years ago
Hi,
the problem is that the file DistroLauncher-Appx_TemporaryKey.pfx
is not part of this repo.
You can fix this by creating your own .pfx as shown here: Create a certificate for package signing
Or the easy way:
create a new solution in Visual Studio from "Windows Universal App" and than copy and rename the .pfx file to the DistroLauncher-Appx
folder.
I hope this helps. CU KirK
EDIT: Maybe it is possible to change the .gitignore to exclude this file from the general .pfx exclusion
Good call, I'll update the documentation. In the meantime here's how to generate a test certificate:
Open MyDistro.appx, select the Packaging tab, select Choose Certificate, click the Configure Certificate drop down and select Create test certificate.
@benhillis That is much easier 😄
Thanks! I'll give this a try this evening and close if I succeed.
@sjenning - Sounds good, thanks for the feedback.
There once was a pkg.bat that handled the creation of the signing key. I can't find anything about cert generation in the in README.
Output of
build
:This is just after cloning the repo and putting in an
install.tar.gz
, without changing any of the MyDistro placeholders.