update libraries

This commit is contained in:
idk
2022-10-25 22:03:27 -04:00
parent 7e21d86ab4
commit 85e30d36d7
3 changed files with 5 additions and 9 deletions

View File

@@ -1,4 +0,0 @@
#! /usr/bin/env bash
curl -s "https://addons.mozilla.org/api/v5/addons/addon/$1/versions/?page_size=1" | jq '.results | .[0] | .file | .url' | tr -d '"'

View File

@@ -1,9 +1,9 @@
#! /usr/bin/env sh
JNA_VERSION=5.11.0
export JNA_VERSION=5.11.0
I2PFIREFOX_VERSION=1.0.1
export I2PFIREFOX_VERSION=1.0.1
JNA_VERSION=5.12.1
export JNA_VERSION=5.12.1
I2PFIREFOX_VERSION=1.0.3
export I2PFIREFOX_VERSION=1.0.3
# Comment this out to build from an alternate branch or
# the tip of the master branch.
VERSIONMAJOR=1

View File

@@ -30,7 +30,7 @@ public class ZipUpdateProcess implements Runnable {
private File workDir() throws IOException {
if (ctx != null) {
File workDir =
new File(ctx.getConfigDir().getAbsolutePath(), "i2p_update_win");
new File(ctx.getConfigDir().getAbsolutePath(), "i2p_update_zip");
if (workDir.exists()) {
if (workDir.isFile())
throw new IOException(workDir +