Enhancements
-
Make argument parsing more generic which will allow for more Linux compatibility tools to be supported ([#151])
-
Use GitHub Actions to generate artifact attestations that establish build provenance for release artifacts.
This adds another way to ensure the launcher is built from source without any modifications.gh attestation verify min-ed-launcher_v[VERSION]_win-x64.zip -R rfvgyhn/min-ed-launcher
Bug Fixes
- Fix exception being thrown when specifying shutdown processes ([#156])
- Fix invalid Epic login details due to format change ([#157])
Verify the release artifacts are built from source by Github by either:
-
Using the Github CLI to verify the integrity and provenance using its associated cryptographically signed attestations
gh attestation verify min-ed-launcher_v0.11.3_win-x64.zip -R rfvgyhn/min-ed-launcher -
Comparing the shasum.txt contents with the Create Checksums section of the job log of the automated release (archive)
See wiki for instructions on how to check the checksums of the release artifacts.