Skip to content

Commit

Permalink
Upgrade dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed May 18, 2024
1 parent eaae1e4 commit a7ee59c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 19 deletions.
30 changes: 15 additions & 15 deletions mob.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 2 additions & 3 deletions src/tasks/explorerpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/tasks/libloot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}

Expand Down

0 comments on commit a7ee59c

Please sign in to comment.