Trial97
84efa6814d
remove quazip
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-11-26 18:41:20 +02:00
Trial97
30ef158716
finish moving all code to libarchive
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-11-26 18:40:41 +02:00
Seth Flynn
dc88866d85
ci: ensure --config is always passed with cmake --install
...
lol
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-19 14:52:25 -05:00
Alexandru Ionut Tripon
dd295aaf1e
Use multi-config generator for CMake presets ( #4301 )
2025-11-13 20:21:40 +02:00
Seth Flynn
4b6fab06d8
ci(package/windows): use absolute paths for signed files
...
This is (weirdly) required by the Trusted Signing action
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-13 06:40:00 -05:00
Seth Flynn
b819be49cd
ci: sign windows builds through azure
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-13 06:07:59 -05:00
Seth Flynn
3b9e020115
feat(ui/MSALoginDialog): use libqrencode for qr codes
...
`qrcodegen` isn't available in most repositories, package discovery
scripts for it are maintained in a different repository, and they are
bugged for Windows at least. This basically forces us into vendoring it,
which isn't cool; libqrencode seems like viable alternative used by many
more apps
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-13 04:12:52 -05:00
Seth Flynn
ffdf00876e
build(cmake): use mutli-config generators for debug/release presets
...
This prevents us from hardcoding variants for each release type. Yay!
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-06 17:41:21 -05:00
Seth Flynn
fe6b90adc5
chore: qt 6.9.1 -> 6.9.3
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-03 17:40:38 -05:00
renovate[bot]
8c9ad0664f
chore(deps): update github artifact actions
2025-10-24 23:49:31 +00:00
Octol1ttle
158e001660
fix(ci/windows): remove erroneous default
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com >
2025-09-25 18:51:57 +05:00
Octol1ttle
e9ffb40e2b
fix(ci/macOS): run vcpkg on non-debug builds too
...
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com >
2025-09-25 18:50:27 +05:00
renovate[bot]
eb26d655b0
chore(deps): update actions/cache action to v4.3.0
2025-09-24 14:50:40 +00:00
Seth Flynn
87174a0d5a
ci(get-merge-commit): drop
...
No longer used after `pull_request_target` was NUKED
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-09-21 16:27:42 -04:00
renovate[bot]
170071746f
chore(deps): update hendrikmuhs/ccache-action action to v1.2.19
2025-09-10 17:48:01 +00:00
renovate[bot]
c596c6eb48
chore(deps): update actions/setup-java action to v5
2025-08-21 06:51:14 +00:00
renovate[bot]
a1956ec53a
chore(deps): update actions/cache action to v4.2.4
2025-08-11 06:44:42 +00:00
Seth Flynn
b196c5d59f
ci(setup-deps/windows): install java
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-07-31 21:19:37 -04:00
Seth Flynn
4614d683b3
ci(macos): use vcpkg
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-07-13 16:33:35 -04:00
Seth Flynn
9210d68ed1
ci(setup-deps/windows): try to fix vcpkg binary cache auth
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-07-13 16:33:33 -04:00
Seth Flynn
463cf43161
ci(setup-deps/windows): use vcpkg for msvc
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-07-09 05:22:50 -04:00
Seth Flynn
822b10e46e
Update to Qt 6.9 ( #3934 )
2025-07-07 20:18:34 -04:00
Seth Flynn
50c8cddb5b
build(linux): don't bundle qt with portable zip
...
This was mainly implemented to work around an ABI incompatibility in
Arch Linux, which is no longer a major issue as they have an official
binary package for us now. Many ABI incompatibility issues still remain
(as not every distribution is, or similar to, Ubuntu) which this doesn't
even begin to scratch the surface of fixing, and isn't a very supported
use case in Linux-land outside of our mostly self-rolled `fixup_bundle`
Users who experience ABI incompatibilities with our binaries would be
*much* better served using Flatpak or AppImage, as they can guarntee^*
compatibility with any host system through a complete bundle; packagers
who experience ABI incompatibilities should probably build the launcher
against their own distribution, like Arch and many others do
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-07-05 02:50:10 -04:00
Seth Flynn
59ed25fad1
chore: update to qt 6.9
...
https://doc.qt.io/qt-6/whatsnew69.html
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-07-03 04:20:52 -04:00
seth
03c714cccf
ci: build for arm on linux
...
Signed-off-by: seth <getchoo@tuta.io >
2025-06-13 02:19:52 -04:00
Seth Flynn
6d960b9c3c
ci(setup-deps): always use sccache, simplify restore key
...
sccache is available on arm runners. we can use the restore key for an
easy, unique restore key in the cache too (it also prevents us from
re-using the ccache caches!)
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-06-13 02:18:19 -04:00
Seth Flynn
04ecd447bc
ci(package/linux): use dpkg to determine file paths and variables
...
Should hopefully make things less brittle across different architectures
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-06-13 02:18:15 -04:00
seth
9d79695512
ci(mingw): print msys2 packages
...
Also lists theirs versions, which is useful for debugging issues like
those fixed in https://github.com/PrismLauncher/PrismLauncher/pull/3756
Signed-off-by: seth <getchoo@tuta.io >
2025-05-07 17:56:33 -04:00
seth
0711890d18
ci(mingw): use tomlplusplus from msys2
...
Signed-off-by: seth <getchoo@tuta.io >
2025-05-07 17:55:05 -04:00
Seth Flynn
a7c5959b7e
ci(setup-deps): dont force x64 binutils for msys2
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-05-01 11:02:35 -04:00
renovate[bot]
be33aa3567
chore(deps): update hendrikmuhs/ccache-action action to v1.2.18
2025-05-01 14:19:24 +00:00
Seth Flynn
8c5333a5da
ci: use sccache on windows
...
This apparently works with less hacks, and is actually suggested by the
action we're using
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-05-01 08:44:00 -04:00
Seth Flynn
2dfb674e44
ci: split build workflow into composite actions
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-05-01 08:43:57 -04:00
Trial97
7da32af1b2
ci(nix): remove addtional >
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-04-29 10:42:42 +03:00
Seth Flynn
47cb58d326
ci(nix): fix get-merge-commit action call
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-04-27 07:28:25 -04:00
Seth Flynn
e03870d3f2
ci(get-merge-commit): init
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-04-20 16:52:14 -04:00