Skip to content

Commit

Permalink
Update after forcing archive/7zip as DLL.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jul 12, 2024
1 parent 499815e commit 88cd795
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/resources/markdown.html"

install(FILES $<TARGET_FILE:organizer> DESTINATION bin)
install(FILES $<TARGET_FILE:mo2::libbsarch> DESTINATION bin/dlls)
install(FILES $<TARGET_FILE:mo2::archive> DESTINATION bin/dlls)
install(FILES $<TARGET_FILE:7zip::7zip> DESTINATION bin/dlls)

mo2_deploy_qt(BINARIES ModOrganizer.exe uibase.dll)

Expand Down
4 changes: 2 additions & 2 deletions vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
{
"kind": "git",
"repository": "https://github.com/ModOrganizer2/vcpkg-registry",
"baseline": "b826771be1e4507f28daffa5f2d8ae0bcfa7bf13",
"packages": ["mo2-*"]
"baseline": "a05c478c9ded48f3bed4fce5f3cc7a2be3dcda49",
"packages": ["mo2-*", "7zip"]
}
]
}

0 comments on commit 88cd795

Please sign in to comment.