mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 07:07:43 +01:00
Add copy task
This commit is contained in:
parent
f64061cbc9
commit
28655e7062
2 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ $JAVA_HOME/bin/javapackager \
|
|||
|
||||
# sudo alien -r -c -k gui/deploy/bundles/bitsquare-$version.deb
|
||||
|
||||
cp "gui/deploy/bundles/bitsquare-$version.deb" "/home/bitsquare/Desktop/Bitsquare-32bit-$version.deb"
|
||||
mv "gui/deploy/bundles/bitsquare-$version.deb" "/media/sf_vm_shared_ubuntu14_32bit/Bitsquare-32bit-$version.deb"
|
||||
# mv "bitsquare-$version-1.i386.rpm" "/media/sf_vm_shared_ubuntu14_32bit/Bitsquare-32bit-$version.rpm"
|
||||
rm -r gui/deploy/
|
||||
|
|
|
@ -33,6 +33,7 @@ $JAVA_HOME/bin/javapackager \
|
|||
# uncomment because the build VM does not support alien
|
||||
#sudo alien -r -c -k gui/deploy/bundles/bitsquare-$version.deb
|
||||
|
||||
cp "gui/deploy/bundles/bitsquare-$version.deb" "/home/bitsquare/Desktop/Bitsquare-64bit-$version.deb"
|
||||
mv "gui/deploy/bundles/bitsquare-$version.deb" "/media/sf_vm_shared_ubuntu/Bitsquare-64bit-$version.deb"
|
||||
#mv "bitsquare-$version-1.x86_64.rpm" "/media/sf_vm_shared_ubuntu/Bitsquare-64bit-$version.rpm"
|
||||
rm -r gui/deploy/
|
||||
|
|
Loading…
Add table
Reference in a new issue