Skip to content

Commit df5712d

Browse files
committed
Use archive.dll from the bin folder instead of dlls.
1 parent 6ba8421 commit df5712d

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

src/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ install(FILES $<TARGET_FILE:organizer> DESTINATION ${_bin})
7272

7373
# install dependencies DLLs
7474
install(FILES $<TARGET_FILE:mo2::libbsarch> DESTINATION ${_bin}/dlls)
75-
install(FILES $<TARGET_FILE:mo2::archive> DESTINATION ${_bin}/dlls)
7675
install(FILES $<TARGET_FILE:7zip::7zip> DESTINATION ${_bin}/dlls)
7776

7877
# this may copy over the ones from uibase/usvfs

src/dlls.manifest.debug.qt6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
33
<assemblyIdentity type="win32" name="dlls" version="1.0.0.0" processorArchitecture="x86" />
4-
<file name="7z.dll" />
5-
<file name="archive.dll" />
4+
<file name="7zip.dll" />
65
<file name="d3dcompiler_47.dll" />
76
<file name="dxcompiler.dll" />
87
<file name="dxil.dll" />

src/dlls.manifest.qt6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
33
<assemblyIdentity type="win32" name="dlls" version="1.0.0.0" processorArchitecture="x86" />
4-
<file name="7z.dll" />
5-
<file name="archive.dll" />
4+
<file name="7zip.dll" />
65
<file name="d3dcompiler_47.dll" />
76
<file name="dxcompiler.dll" />
87
<file name="dxil.dll" />

0 commit comments

Comments
 (0)