add support for a Debian package. Yeah a Debian package.

Former-commit-id: 94e03d045b
Former-commit-id: 26d5bef754c2c5c12fdb96c29f00d4efa588aede
This commit is contained in:
idk
2022-09-05 17:50:04 -04:00
parent 6f68e2c9ce
commit 26013c9fd0
5 changed files with 13 additions and 3 deletions

View File

@ -434,4 +434,11 @@ Linux(because the top command will be run and the script will exit).\n\nBoth det
<arg value="i2pbrowser"/>
</exec>
</target>
<target name="debian" depends="jar">
<exec executable="bash" failonerror="true">
<arg value="--verbose"/>
<arg value="-c"/>
<arg value="./debian.sh"/>
</exec>
</target>
</project>

3
debian.sh Executable file
View File

@ -0,0 +1,3 @@
#! /usr/bin/env sh
jpackage --verbose --type deb --name i2pbrowser --app-version 0.0.26 --input src/build --main-jar i2pfirefox.jar --main-class net.i2p.i2pfirefox.I2PBrowser

View File

@ -1 +1 @@
e04ebf31240914a719afd0de6ac5313e021513b8
993d36a20ffbdd5ceb4af419b9cd107d0fc9c45f

View File

@ -1 +1 @@
a825fd4908d3ddfb993d0201feb3874c55e84ec2
e1e5a42470800fe4c1017bb6b097f6ee6b11bbb2

View File

@ -1 +1 @@
1d80e0bc8ef23e874780635b7e3a824071db9e5f
bc860947337aaa72b4075e682c4f3d0cca54ec49