mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Add vmPath variable
This commit is contained in:
parent
1504e4992a
commit
fceb5862c3
1 changed files with 6 additions and 5 deletions
|
@ -35,11 +35,12 @@ java -jar ./package/osx/tools-1.0.jar $EXE_JAR
|
|||
echo SHA 256 after stripping jar file to get a deterministic jar:
|
||||
shasum -a256 $EXE_JAR | awk '{print $1}' | tee deploy/Bisq-$version.jar.txt
|
||||
|
||||
|
||||
linux32=/Volumes/vm_shared_ubuntu14_32bit
|
||||
linux64=/Volumes/vm_shared_ubuntu
|
||||
win32=/Volumes/vm_shared_windows_32bit
|
||||
win64=/Volumes/vm_shared_windows
|
||||
# vmPath=/Volumes
|
||||
vmPath=/Users/dev
|
||||
linux32=$vmPath/vm_shared_ubuntu14_32bit
|
||||
linux64=$vmPath/vm_shared_ubuntu
|
||||
win32=$vmPath/vm_shared_windows_32bit
|
||||
win64=$vmPath/vm_shared_windows
|
||||
|
||||
mkdir -p $linux32 $linux64 $win32 $win64
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue