We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3a9ef commit 200d07dCopy full SHA for 200d07d
WreckCli/App.config
@@ -10,6 +10,8 @@
10
-->
11
<add key="Key1" value="Value1" />
12
<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" />
15
</appSettings>
16
17
<PasswordProvider>
WreckGui/App.config
0 commit comments