diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2024-07-11 09:46:29 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-11 16:46:29 +0200 |
| commit | 193442e77362edfdb55636f907a14098be59fd2a (patch) | |
| tree | 9b2a1726857cedc6785afcec942a6e696f498ce7 /.github | |
| parent | a4f6298111b9b4518d00e6df3a53dd176858dd34 (diff) | |
Archive preview support (#2056)
* Support for archive file previews
- Should account for alternates
- Extracts files and requests preview from plugins that claim support
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89f3bc7c..c5857574 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,5 +16,5 @@ jobs: qt-modules: qtpositioning qtwebchannel qtwebengine qtwebsockets mo2-third-parties: 7z zlib gtest libbsarch libloot openssl bzip2 python lz4 spdlog - boost boost-di sip pyqt pybind11 ss licenses explorerpp + boost boost-di sip pyqt pybind11 ss licenses explorerpp DirectXTex mo2-dependencies: usvfs cmake_common uibase githubpp bsatk esptk archive lootcli game_gamebryo |
