6 lines
217 B
Bash
Executable File
6 lines
217 B
Bash
Executable File
#! /usr/bin/env sh
|
|
export GITHUB_USER=eyedeekay
|
|
export GITHUB_REPO=i2p.plugins.firefox
|
|
export GITHUB_NAME="Enforces App and Browser Modes"
|
|
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
|
|
export GITHUB_TAG=1.0.5 |