run headlessly if we find a first-run file

Former-commit-id: 23f1e3491f
Former-commit-id: cf8259fac577a24d9cac68c30058769aed6a76e4
This commit is contained in:
idk
2022-09-06 20:06:50 -04:00
parent 6170521f0e
commit adc2690d97
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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}" \