mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-31 02:39:08 -04:00
Fix wrong file name for copy task
This commit is contained in:
parent
dd5cacb26f
commit
80422ce96f
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ rm gui/deploy/LICENSE
|
||||||
mv "gui/deploy/bundles/bitsquare-$fullVersion.deb" "gui/deploy/Bitsquare-$fullVersion.deb"
|
mv "gui/deploy/bundles/bitsquare-$fullVersion.deb" "gui/deploy/Bitsquare-$fullVersion.deb"
|
||||||
rmdir gui/deploy/bundles
|
rmdir gui/deploy/bundles
|
||||||
cp "gui/deploy/Bitsquare-$fullVersion.deb" "/home/mk/Desktop/sf_vm_shared_ubuntu/Bitsquare-64bit-$fullVersion.deb"
|
cp "gui/deploy/Bitsquare-$fullVersion.deb" "/home/mk/Desktop/sf_vm_shared_ubuntu/Bitsquare-64bit-$fullVersion.deb"
|
||||||
cp "gui/deploy/Bitsquare-64bit-$fullVersion.deb" "/home/mk/Desktop/Bitsquare-64bit-$fullVersion.deb"
|
cp "gui/deploy/Bitsquare-$fullVersion.deb" "/home/mk/Desktop/Bitsquare-64bit-$fullVersion.deb"
|
||||||
|
|
||||||
cd package/linux
|
cd package/linux
|
Loading…
Add table
Add a link
Reference in a new issue