Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
f7a62f57cc | |||
ab88dc722b |
@ -28,7 +28,7 @@
|
||||
<delete dir="plugin/eepsite/docroot/torrents/" />
|
||||
<!-- get version number -->
|
||||
<buildnumber file="scripts/build.number" />
|
||||
<property name="release.number" value="0.0.2" />
|
||||
<property name="release.number" value="0.0.3" />
|
||||
|
||||
<!-- make the update xpi2p -->
|
||||
<!-- this contains everything except i2ptunnel.config -->
|
||||
|
@ -4,7 +4,7 @@ GITHUB_USER=eyedeekay
|
||||
GITHUB_REPO=i2p.plugins.firefox
|
||||
GITHUB_NAME="Initial Release"
|
||||
GITHUB_DESCRIPTION=$(cat README.md)
|
||||
GITHUB_TAG=0.0.2
|
||||
GITHUB_TAG=0.0.3
|
||||
ant distclean
|
||||
cd src && \
|
||||
ant
|
||||
|
@ -16,7 +16,7 @@ public class I2PFirefox {
|
||||
*
|
||||
* @since 0.0.1
|
||||
*/
|
||||
I2PFirefox() {
|
||||
public I2PFirefox() {
|
||||
for (String path : FIREFOX_SEARCH_PATHS) {
|
||||
File f = new File(path);
|
||||
if (f.exists()) {
|
||||
|
@ -243,7 +243,7 @@ public class I2PFirefoxProfileBuilder {
|
||||
*
|
||||
* @since 0.0.1
|
||||
*/
|
||||
I2PFirefoxProfileBuilder() {
|
||||
public I2PFirefoxProfileBuilder() {
|
||||
I2PFirefoxProfileBuilder.strict = false;
|
||||
}
|
||||
|
||||
@ -253,7 +253,7 @@ public class I2PFirefoxProfileBuilder {
|
||||
*
|
||||
* @since 0.0.1
|
||||
*/
|
||||
I2PFirefoxProfileBuilder(boolean strict) {
|
||||
public I2PFirefoxProfileBuilder(boolean strict) {
|
||||
I2PFirefoxProfileBuilder.strict = strict;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user