6 lines
214 B
Bash
6 lines
214 B
Bash
![]() |
#! /usr/bin/env sh
|
||
|
export GITHUB_USER=eyedeekay
|
||
|
export GITHUB_REPO=i2p.plugins.firefox
|
||
|
export GITHUB_NAME="Always pass --new-instance to Firefox"
|
||
|
export GITHUB_DESCRIPTION=$(cat CHANGES.md)
|
||
|
export GITHUB_TAG=0.0.26
|