From e967b281bfcc995101211d34772076cda162d9a4 Mon Sep 17 00:00:00 2001 From: idk Date: Sun, 7 Aug 2022 23:55:25 -0400 Subject: [PATCH] Maybe chromium too what the hell Former-commit-id: 752d7a96d8dc29035be7320b3872da40aacc40a0 Former-commit-id: 0ebeb5684e57c3521a044560489d6c7acece0a41 --- CHANGES.html | 0 CHANGES.md | 0 LICENSE.html | 0 LICENSE.md | 0 README.md | 0 build.xml | 0 i2plogo.png | Bin index.html | 0 style.css | 0 test-chromium.sh | 8 ++++++++ 10 files changed, 8 insertions(+) mode change 100644 => 100755 CHANGES.html mode change 100644 => 100755 CHANGES.md mode change 100644 => 100755 LICENSE.html mode change 100644 => 100755 LICENSE.md mode change 100644 => 100755 README.md mode change 100644 => 100755 build.xml mode change 100644 => 100755 i2plogo.png mode change 100644 => 100755 index.html mode change 100644 => 100755 style.css create mode 100755 test-chromium.sh diff --git a/CHANGES.html b/CHANGES.html old mode 100644 new mode 100755 diff --git a/CHANGES.md b/CHANGES.md old mode 100644 new mode 100755 diff --git a/LICENSE.html b/LICENSE.html old mode 100644 new mode 100755 diff --git a/LICENSE.md b/LICENSE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/build.xml b/build.xml old mode 100644 new mode 100755 diff --git a/i2plogo.png b/i2plogo.png old mode 100644 new mode 100755 diff --git a/index.html b/index.html old mode 100644 new mode 100755 diff --git a/style.css b/style.css old mode 100644 new mode 100755 diff --git a/test-chromium.sh b/test-chromium.sh new file mode 100755 index 0000000..7de6d93 --- /dev/null +++ b/test-chromium.sh @@ -0,0 +1,8 @@ +#! /usr/bin/env sh + +GITHUB_USER=eyedeekay +GITHUB_REPO=i2p.plugins.firefox +ant distclean +cd src && \ + ant && cd ../ +java -cp ./src/build/i2pfirefox.jar net.i2p.i2pfirefox.I2PChromium \ No newline at end of file