diff --git a/fedora.sh b/fedora.sh index aeb3b53..ad2e19f 100755 --- a/fedora.sh +++ b/fedora.sh @@ -4,4 +4,4 @@ docker build -t eyedeekay/i2p.plugins.firefox . docker rm -f i2pbrowser-fedora docker run --name i2pbrowser-fedora eyedeekay/i2p.plugins.firefox -docker cp i2pbrowser-fedora:/src/i2p.plugins.firefox/i2pbrowser-${GITHUB_TAG}.x86_64.rpm . +docker cp i2pbrowser-fedora:/src/i2p.plugins.firefox/i2pbrowser-${GITHUB_TAG}-1.x86_64.rpm . diff --git a/release.sh b/release.sh index bfac726..bd6ff24 100755 --- a/release.sh +++ b/release.sh @@ -56,7 +56,7 @@ github-release upload --user "${GITHUB_USER}" \ --tag "${GITHUB_TAG}" \ --label "I2P Browser launcher as a Jpackage inside of a Fedora package." \ --name "i2pbrowser_${GITHUB_TAG}_.rpm" \ - --file "i2pbrowser_${GITHUB_TAG}.x86_64.rpm" \ + --file "i2pbrowser_${GITHUB_TAG}-1.x86_64.rpm" \ --replace echo "Uploaded fedora package" git pull github --tags diff --git a/src/i2p.chromium.base.profile.zip b/src/i2p.chromium.base.profile.zip index 8489c91..9079fd0 100644 Binary files a/src/i2p.chromium.base.profile.zip and b/src/i2p.chromium.base.profile.zip differ diff --git a/src/i2p.firefox.base.profile.zip b/src/i2p.firefox.base.profile.zip index decfbc8..e1bfd91 100644 Binary files a/src/i2p.firefox.base.profile.zip and b/src/i2p.firefox.base.profile.zip differ diff --git a/src/i2p.firefox.usability.profile.zip b/src/i2p.firefox.usability.profile.zip index 008ae44..f54f684 100644 Binary files a/src/i2p.firefox.usability.profile.zip and b/src/i2p.firefox.usability.profile.zip differ