Seth Flynn
e8d33e5af1
build: manually specify appimage update information
...
Previously this targeted the wrong filename from our releases
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-12-03 19:59:08 -05:00
Seth Flynn
2cf5fe5097
build: use go-appimage to create appimages
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-29 11:34:05 -05:00
Seth Flynn
5c8b18098f
Remove in-tree third party dependencies ( #4405 )
2025-11-28 07:59:20 -05:00
Seth Flynn
38afa3a94c
build: remove vendored gamemode code
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-28 04:02:08 -05:00
Seth Flynn
e2c31569dc
build: remove third party submodules
...
Most of these are extremely common in distributions now, so packagers
don't have much need for our in-tree versions - most don't even use them
as is
With our move to vcpkg for Windows/macOS, we also don't have a need for
them. So time to say goodbye!
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-28 04:01:59 -05:00
Seth Flynn
030dc4e7b1
ci(setup-dependencies/linux): use deps from system
...
Signed-off-by: Seth Flynn <getchoo@tuta.io >
2025-11-27 16:51:10 -05:00
Trial97
074846d72a
remove qt5compat
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-11-27 22:37:31 +02:00
Seth Flynn
bf5b03b4ff
Replace QuaZip (and other archiving operations) with libarchive ( #3959 )
2025-11-27 14:53:59 -05:00
renovate[bot]
2dcc89aa00
chore(deps): update hendrikmuhs/ccache-action action to v1.2.20
2025-11-26 22:10:29 +00:00
Trial97
c456e35e41
build(cmake): better detect libarchive
...
Co-authored-by: Octol1ttle <l1ttleofficial@outlook.com >
Co-authored-by: Seth Flynn <getchoo@tuta.io >
Signed-off-by: Alexandru Ionut Tripon <alexandru.tripon97@gmail.com >
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com >
Signed-off-by: Seth Flynn <getchoo@tuta.io >
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-11-26 18:41:57 +02:00
Trial97
d036bba341
add libarchive as actions dependency
...
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com >
2025-11-26 18:41:22 +02:00
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
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
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
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
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
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