mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-02 06:36:22 -04:00
Update build files
This commit is contained in:
parent
b9fe4660a3
commit
33a539ca52
20 changed files with 749 additions and 63 deletions
|
@ -5,8 +5,7 @@ cd ../../
|
|||
set -e
|
||||
|
||||
# Edit versions
|
||||
buildVersion=1
|
||||
fullVersion=0.1.1
|
||||
fullVersion=0.2.1
|
||||
|
||||
# Copy jar file from mac build (1.jar from processed folder) to linux box
|
||||
# Note: fakeroot needs to be installed on linux
|
||||
|
@ -16,14 +15,16 @@ $JAVA_HOME/bin/javapackager \
|
|||
-Bcategory=Finance \
|
||||
-Bemail=team@bitsquare.io \
|
||||
-BlicenseType=GPLv3 \
|
||||
-BlicenseFile=LICENSE \
|
||||
-Bicon=package/linux/icon.png \
|
||||
-native deb \
|
||||
-name Bitsquare \
|
||||
-title Bitsquare \
|
||||
-vendor Bitsquare \
|
||||
-outdir core/deploy \
|
||||
-srcfiles core/updatefx/builds/processed/$buildVersion.jar \
|
||||
-appclass io.bitsquare.app.core.BitsquareAppMain \
|
||||
-outdir gui/deploy \
|
||||
-srcfiles gui/updatefx/builds/processed/1.jar \
|
||||
-srcfiles package/linux/LICENSE \
|
||||
-appclass io.bitsquare.app.BitsquareAppMain \
|
||||
-outfile Bitsquare
|
||||
|
||||
cd package/linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue