update I2PFirefoxProfileUnpacker.html

Former-commit-id: 849fc3fdf3
Former-commit-id: 30e03b4790fd097390c4af82ac0732f721b69808
This commit is contained in:
idk
2022-08-27 13:28:14 -04:00
parent 9bd16c6c36
commit 5040c98831

View File

@ -109,6 +109,21 @@
<p>
Access: public
<br/>
Description:
<br/>
&gt; I2PFirefoxProfileUnpacker.java Copyright C 2022 idk
<a href="mailto:hankhill19580@gmail.com" rel="nofollow">
hankhill19580@gmail.com
</a>
This program is free software: you can redistribute it and/or modify it under the terms of the MIT License. See LICENSE.md for details. This program is distributed in the hope that it will be useful but WITHOUT ANY WARRANTY without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. I2PFirefoxProfileUnpacker is a that unpacks the I2P Firefox profile from a zip file embedded in the
<code>
jar
</code>
file. The zip is unpacked to a base directory where it is left untouched and the base profile is copied to the active profile directory.
</p>
<p>
Author: idk
<br/>
package: net.i2p.i2pfirefox
</p>
<h2>
@ -191,7 +206,7 @@
</h3>
<ul>
<li>
Description:
Description: unpack the profile directory
<br/>
</li>
<li>
@ -199,7 +214,7 @@
<br/>
</li>
<li>
return: boolean
return: true if the profile directory was successfully unpacked
<br/>
</li>
</ul>