
Former-commit-id: 1eaf548ed1ef1d94d2e8aa586271ef031aeef94f Former-commit-id: 95118093f6fadea30fa1f4a991532d35d0bfa242
12 lines
265 B
Bash
Executable File
12 lines
265 B
Bash
Executable File
#! /usr/bin/env sh
|
|
. ./config.sh
|
|
jpackage \
|
|
--verbose \
|
|
--type dmg \
|
|
--name i2pbrowser \
|
|
--app-version "$GITHUB_TAG" \
|
|
--icon src/icon.icns \
|
|
--input src/build \
|
|
--main-jar i2pfirefox.jar \
|
|
--main-class net.i2p.i2pfirefox.I2PBrowser
|