Skip to content

Commit

Permalink
Fix 7-Zip DLL loading by specifying 7zLocation of 7z.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Aug 13, 2024
1 parent 3d3a9ef commit 200d07d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WreckCli/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
-->
<add key="Key1" value="Value1" />
<add key="Key2" value="Value2" />
<!-- Remove following line if running in production with 7z.dll in same folder. -->
<add key="7zLocation" value="..\..\..\Dependencies\7z.dll" />
</appSettings>

<PasswordProvider>
Expand Down
2 changes: 2 additions & 0 deletions WreckGui/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
-->
<add key="Key1" value="Value1" />
<add key="Key2" value="Value2" />
<!-- Remove following line if running in production with 7z.dll in same folder. -->
<add key="7zLocation" value="..\..\..\Dependencies\7z.dll" />
</appSettings>

<PasswordProvider>
Expand Down

0 comments on commit 200d07d

Please sign in to comment.