Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-21 | Use GitHub Actions to get signature for Sparkle | Kenneth Chew | |
Requires a secret called `SPARKLE_ED25519_KEY`, in the format of a private key file | |||
2022-05-20 | Remove portable option in Windows installer | Kenneth Chew | |
2022-05-20 | Use consistent naming scheme | Kenneth Chew | |
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net> | |||
2022-05-16 | Build Windows installer | Kenneth Chew | |
2022-05-01 | refactor(workflow): Only use ccache on Debug builds | txtsd | |
2022-04-30 | feat(workflow): Use ccache | txtsd | |
2022-04-28 | fix some appimage issues building with qt 5.15.2 | DioEgizio | |
some users are having weird scaling issues since we're using qt 5.12.8 for the appimage | |||
2022-04-19 | Merge pull request #454 from kthchew/feature/hardened-runtime | Sefa Eyeoglu | |
2022-04-19 | Improve security by enabling hardened runtime for macOS | Kenneth Chew | |
This change also fixes a bug on recent versions of macOS where Minecraft mods that requested access to the microphone would silently fail. | |||
2022-04-19 | fix: bundle binary tarball as user root | Sefa Eyeoglu | |
2022-04-18 | specify -DLauncher_BUILD_PLATFORM on CI builds | DioEgizio | |
more cool also maybe helps with updater? | |||
2022-04-17 | CHANGE: use Qt 5.15.3 (from brew) on macos | DioEgizio | |
More updated Qt means less bugs and generally less issues. The only drawback is losing MacOS Sierra support | |||
2022-04-16 | fix: set install prefix for Linux to /usr | Sefa Eyeoglu | |
2022-04-16 | fix(actions): remove macdeployqt | Sefa Eyeoglu | |
2022-04-16 | refactor(actions): combine steps for unified builds | Sefa Eyeoglu | |
2022-04-15 | Merge pull request #333 from oynqr/build/lto | Sefa Eyeoglu | |
2022-04-03 | remove deadcode in CI | DioEgizio | |
2022-03-26 | bring back portable linux builds | DioEgizio | |
2022-03-23 | Update used actions and cleanup release flow | Philipp David | |
2022-03-23 | Enable LTO for Actions | Philipp David | |
2022-03-22 | fix some typos | DioEgizio | |
2022-03-21 | fix typos | DioEgizio | |
opz :P | |||
2022-03-21 | fix typo | DioEgizio | |
2022-03-21 | bring back notportable builds | DioEgizio | |
2022-03-18 | Readd short rev to artifact names | Philipp David | |
2022-03-17 | Use Temurin instead of AdoptOpenJDK | Philipp David | |
2022-03-17 | Switch to msys2 for Windows builds | Philipp David | |
2022-03-10 | Fix Ubuntu system Qt failure | txtsd | |
2022-02-23 | Implement PR suggestions | txtsd | |
2022-02-23 | Replace layouts with LAUNCH_PORTABLE | txtsd | |
2022-02-22 | Use System Qt for generic Linux build | txtsd | |
2022-02-21 | Add generic Linux system builds | txtsd | |
2022-02-15 | Allow building release builds and… | txtsd | |
…trigger GH release using tags | |||
2022-02-12 | Adjust OpenSSL step | txtsd | |
2022-02-12 | Unsplit OpenSSL step | txtsd | |
2022-02-11 | Remove superfluous variable | txtsd | |
2022-02-11 | Add missing deploy flags | txtsd | |
2022-02-11 | Remove generic Linux builds | txtsd | |
They don't necessarily run on all distros | |||
2022-02-11 | Split OpenSSL step | txtsd | |
2022-02-11 | Make 32bit Windows build instead | txtsd | |
2022-02-11 | Implement even more PR suggestions | txtsd | |
2022-02-11 | Implement more PR suggestions | txtsd | |
2022-02-11 | Implement PR suggestions | txtsd | |
2022-02-11 | Use Adoptium JREs | txtsd | |
2022-02-11 | Build AppImages for Linux | txtsd | |
Now builds windows and macOS builds, with windeployqt and macdeploqt. Also adds SHA to the build filenames. | |||
2022-02-02 | Add build.yml | txtsd | |