Files
i2p.plugins.firefox/config.sh

6 lines
294 B
Bash
Raw Normal View History

#! /usr/bin/env sh
export GITHUB_USER=eyedeekay
export GITHUB_REPO=i2p.plugins.firefox
2023-12-27 16:43:52 -05:00
export GITHUB_NAME="Updates extensions, plugin support temporarily removed(Stay on the old version)"
export GITHUB_DESCRIPTION=$(cat CHANGES.md VERSION.md)
2024-03-19 18:19:43 -04:00
export GITHUB_TAG=$(git describe --tags --abbrev=0)