Skip to content

Commit 200d07d

Browse files
committed
Fix 7-Zip DLL loading by specifying 7zLocation of 7z.dll
1 parent 3d3a9ef commit 200d07d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

WreckCli/App.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
-->
1111
<add key="Key1" value="Value1" />
1212
<add key="Key2" value="Value2" />
13+
<!-- Remove following line if running in production with 7z.dll in same folder. -->
14+
<add key="7zLocation" value="..\..\..\Dependencies\7z.dll" />
1315
</appSettings>
1416

1517
<PasswordProvider>

WreckGui/App.config

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
-->
1111
<add key="Key1" value="Value1" />
1212
<add key="Key2" value="Value2" />
13+
<!-- Remove following line if running in production with 7z.dll in same folder. -->
14+
<add key="7zLocation" value="..\..\..\Dependencies\7z.dll" />
1315
</appSettings>
1416

1517
<PasswordProvider>

0 commit comments

Comments
 (0)