run headlessly if we find a first-run file
Former-commit-id: 23f1e3491f
Former-commit-id: cf8259fac577a24d9cac68c30058769aed6a76e4
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env sh
|
||||
export GITHUB_USER=eyedeekay
|
||||
export GITHUB_REPO=i2p.plugins.firefox
|
||||
export GITHUB_NAME="Add support for Debian and Windows packages"
|
||||
export GITHUB_NAME="Mostly packaging stuff, fix first-run Windows thing(I think)"
|
||||
export GITHUB_DESCRIPTION=$(cat CHANGES.md)
|
||||
export GITHUB_TAG=0.0.28
|
@ -6,7 +6,7 @@ ant distclean clangFmt
|
||||
NUMLINE=`grep release.number build.xml | head -n 1`
|
||||
sed -i "s|$NUMLINE| <property name=\"release.number\" value=\"$GITHUB_TAG\" />|g" build.xml
|
||||
edgar && git push --all
|
||||
ant jar freeZip jpackage debian
|
||||
ant jar freeZip jpackage debian fedora
|
||||
github-release release --user "${GITHUB_USER}" \
|
||||
--repo "${GITHUB_REPO}" \
|
||||
--name "${GITHUB_NAME}" \
|
||||
|
Reference in New Issue
Block a user