Freestanding packages. Why the heck not.

Former-commit-id: 4640cc528c
Former-commit-id: f916227a3b9cbde8e89ee8c44ff32077775e994e
This commit is contained in:
idk
2022-09-05 18:23:33 -04:00
parent 26013c9fd0
commit 05ff2af7dc
5 changed files with 35 additions and 7 deletions

10
windows.sh Executable file
View File

@ -0,0 +1,10 @@
#! /usr/bin/env sh
. config.sh
jpackage \
--verbose \
--type msi \
--name i2pbrowser \
--app-version "$GITHUB_TAG" \
--input src/build \
--main-jar i2pfirefox.jar \
--main-class net.i2p.i2pfirefox.I2PBrowser