6 lines
309 B
Bash
Executable File
6 lines
309 B
Bash
Executable File
#! /usr/bin/env sh
|
|
export GITHUB_USER=eyedeekay
|
|
export GITHUB_REPO=i2p.plugins.firefox
|
|
export GITHUB_NAME="Linux portable zips become tar.gz's, HTTPS Everywhere is completely deprecated, Linux portable zips default to Tor Browser"
|
|
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
|
|
export GITHUB_TAG=1.0.8 |