Freestanding packages. Why the heck not.
Former-commit-id: 4640cc528c
Former-commit-id: f916227a3b9cbde8e89ee8c44ff32077775e994e
This commit is contained in:
10
windows.sh
Executable file
10
windows.sh
Executable 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
|
Reference in New Issue
Block a user