aboutsummaryrefslogtreecommitdiff
path: root/.github
AgeCommit message (Collapse)Author
2022-07-22Update .github/workflows/build.ymlSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-19feat(actions): package and deliver qt6 tarballsDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-15chore(actions): Remove superfluous whitespacetxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-07-15feat(actions): bring back qt cachingDioEgizio
Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-13fix(actions): fix release workflowSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-11Merge pull request #901 from txtsd/scdoctimoreo
2022-07-11Merge pull request #900 from DioEgizio/CI/fixflow
fix(actions): fix ccache on windows
2022-07-11feat(ci): Install scdoc to build manpagetxtsd
Signed-off-by: txtsd <thexerothermicsclerodermoid@gmail.com>
2022-07-11fix(actions): fix ccache on windowsDioEgizio
Also removes some unnecessary dependencies for the generic Linux package Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
2022-07-10Merge branch 'develop' into feature/sparkle-macSefa Eyeoglu
# Conflicts: # .github/workflows/build.yml
2022-07-10refactor(actions): rename Windows buildsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10refactor(actions): switch to system QuaZip on WindowsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10refactor(actions): speed up package installations for WindowsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10feat(actions): enable Windows-i686 Qt 6 buildsSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-10feat(actions): use Qt 6 on macOS and AppImageSefa Eyeoglu
Co-authored-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com> Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-09Merge pull request #851 from russellbanks/patch-1Sefa Eyeoglu
2022-07-03chore(DCO): allow remediationSefa Eyeoglu
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-07-02Merge pull request #784 from Scrumplex/refactor-cmakeflow
Refactor tests
2022-06-28Create winget.ymlRussell Banks
2022-06-20Update bug_report.ymlOldWorldOrdr
2022-06-20Merge branch 'PolyMC:develop' into developOldWorldOrdr
2022-06-20Merge pull request #633 from Scrumplex/chore-remove-unused-workflowsflow
Remove unused GH Workflows
2022-06-14fix(actions): install extra-cmake-modulesSefa Eyeoglu
2022-06-14feat(actions): test before packagingSefa Eyeoglu
2022-06-12update macos runner to macos 12DioEgizio
2022-06-06Update bug_report.ymlOldWorldOrdr
2022-05-29Use CMake for Windows installer brandingKenneth Chew
As a side effect, fixes an issue where the installer wrote the incorrect version to the registry.
2022-05-24chore: remove unused GH WorkflowsSefa Eyeoglu
2022-05-22fix appimage not having imageformatsDioEgizio
fixes stuff like the iris icon
2022-05-22Merge pull request #614 from txtsd/ccache_release_fixtxtsd
Avoid invoking ccache on Release builds
2022-05-22fix(workflow): Avoid invoking ccache on Release buildstxtsd
2022-05-21Fix Sparkle signing stepKenneth Chew
2022-05-21Use GitHub Actions to get signature for SparkleKenneth Chew
Requires a secret called `SPARKLE_ED25519_KEY`, in the format of a private key file
2022-05-20Remove portable option in Windows installerKenneth Chew
2022-05-20Add installer to release workflowKenneth Chew
2022-05-20Use consistent naming schemeKenneth Chew
Co-authored-by: Sefa Eyeoglu <contact@scrumplex.net>
2022-05-16Build Windows installerKenneth Chew
2022-05-11chore: add version of polymc area in bug report templateDioEgizio
2022-05-02Fix nightly.link pr commenttimoreo22
2022-05-01refactor(workflow): Only use ccache on Debug buildstxtsd
2022-04-30feat(workflow): Use ccachetxtsd
2022-04-28fix some appimage issues building with qt 5.15.2DioEgizio
some users are having weird scaling issues since we're using qt 5.12.8 for the appimage
2022-04-21chore: add FUNDINGSefa Eyeoglu
2022-04-19Merge pull request #454 from kthchew/feature/hardened-runtimeSefa Eyeoglu
2022-04-19fix: fix filename of linux portableSefa Eyeoglu
2022-04-19Improve security by enabling hardened runtime for macOSKenneth 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-19fix: bundle binary tarball as user rootSefa Eyeoglu
2022-04-19fix: update files for relase workflowSefa Eyeoglu
2022-04-18specify -DLauncher_BUILD_PLATFORM on CI buildsDioEgizio
more cool also maybe helps with updater?
2022-04-17CHANGE: 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