mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
Upgrade dependencies.
This commit is contained in:
@@ -96,29 +96,29 @@ vs = 17
|
||||
vs_year = 2022
|
||||
vs_toolset = 14.3
|
||||
sdk = 10.0.22621.0
|
||||
sevenz = 23.01
|
||||
boost = 1.83.0
|
||||
sevenz = 24.05
|
||||
boost = 1.85.0
|
||||
boost_vs = 14.3
|
||||
fmt = 8.1.1
|
||||
fmt = 10.2.1
|
||||
gtest = main
|
||||
libloot = 0.22.3
|
||||
libloot = 0.22.4
|
||||
lz4 = v1.9.4
|
||||
nmm = 0.71.2
|
||||
openssl = 3.2.0
|
||||
pyqt = 6.5.3.dev2309101249
|
||||
pyqt_builder = 1.15.3
|
||||
pyqt_sip = 13.6.0
|
||||
python = v3.11.5
|
||||
pybind11 = v2.11.1
|
||||
openssl = 3.3.0
|
||||
pyqt = 6.7.0
|
||||
pyqt_builder = 1.16.2
|
||||
pyqt_sip = 13.7.0
|
||||
python = v3.11.9
|
||||
pybind11 = v2.12.0
|
||||
bzip2 = 1.0.8
|
||||
sip = 6.7.12
|
||||
spdlog = v1.10.0
|
||||
qt = 6.5.0
|
||||
sip = 6.8.3
|
||||
spdlog = v1.14.1
|
||||
qt = 6.7.0
|
||||
qt_vs = 2019
|
||||
zlib = v1.3
|
||||
zlib = v1.3.1
|
||||
libbsarch = 0.0.9
|
||||
usvfs = qt6
|
||||
explorerpp = 1.3.5
|
||||
explorerpp = 1.4.0
|
||||
|
||||
ss_paper_lad_6788 = 7.2
|
||||
ss_paper_automata_6788 = 3.2
|
||||
|
||||
@@ -7,9 +7,8 @@ namespace mob::tasks {
|
||||
|
||||
url source_url()
|
||||
{
|
||||
return "https://explorerplusplus.com/software/"
|
||||
"explorer++_" +
|
||||
explorerpp::version() + "_x64.zip";
|
||||
return "https://download.explorerplusplus.com/stable/" +
|
||||
explorerpp::version() + "/explorerpp_x64.zip";
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
||||
@@ -60,7 +60,7 @@ namespace mob::tasks {
|
||||
void libloot::do_build_and_install()
|
||||
{
|
||||
// copy dll
|
||||
op::copy_file_to_dir_if_better(cx(), source_path() / "loot.dll",
|
||||
op::copy_file_to_dir_if_better(cx(), source_path() / "bin" / "loot.dll",
|
||||
conf().path().install_loot());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user