Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 893 Bytes

Build.md

File metadata and controls

21 lines (20 loc) · 893 Bytes

Build Project?

  1. Install Visual Studio 2019 - Newer
  2. Get the latest source code from Main/Dev branch or release
  3. Open LaunchPass.sln
  4. Under Package.appxmanifest -> Packing, create and choose a different Certificate if needed.
  5. Set Configuration to Release
  6. Set Platform to x64
  7. Project -> Publish -> Create App Packages...
  8. Choose Sideloading, turn off Enable automatic updates
  9. Yes, select a certificate or Yes, use the current certificate
  10. Under Architecture check only x64
  11. Package is built and ready to install.
  12. Optionally, for smaller package size, it is safe to delete:
    • Add-AppDevPackage.resources
    • Dependencies\arm
    • Dependencies\arm64
    • Dependencies\x86
    • TelemetryDependencies
    • Add-AppDevPackage.ps1
    • Install.ps1