6 lines
237 B
Bash
Executable File
6 lines
237 B
Bash
Executable File
#! /usr/bin/env sh
|
|
export GITHUB_USER=eyedeekay
|
|
export GITHUB_REPO=i2p.plugins.firefox
|
|
export GITHUB_NAME="Mostly packaging stuff, fix first-run Windows thing(I think)"
|
|
export GITHUB_DESCRIPTION=$(cat CHANGES.md)
|
|
export GITHUB_TAG=0.0.29 |