File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,6 @@ install(FILES $<TARGET_FILE:organizer> DESTINATION ${_bin})
72
72
73
73
# install dependencies DLLs
74
74
install (FILES $< TARGET_FILE:mo2::libbsarch> DESTINATION ${_bin} /dlls )
75
- install (FILES $< TARGET_FILE:mo2::archive> DESTINATION ${_bin} /dlls )
76
75
install (FILES $< TARGET_FILE:7zip::7zip> DESTINATION ${_bin} /dlls )
77
76
78
77
# this may copy over the ones from uibase/usvfs
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
3
<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" />
6
5
<file name =" d3dcompiler_47.dll" />
7
6
<file name =" dxcompiler.dll" />
8
7
<file name =" dxil.dll" />
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
<assembly xmlns =" urn:schemas-microsoft-com:asm.v1" manifestVersion =" 1.0" >
3
3
<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" />
6
5
<file name =" d3dcompiler_47.dll" />
7
6
<file name =" dxcompiler.dll" />
8
7
<file name =" dxil.dll" />
You can’t perform that action at this time.
0 commit comments