
Former-commit-id: bd230b963898d60797db8d1d8244d0fe16dd769c Former-commit-id: 5be82c9c6ed19c1cf40163d347e36cab851ebf50
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.4 |