mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Build: Include platform in filename of fat jar
Rename resulting fat jar in such a way that it includes the platform on which it was built.
This commit is contained in:
parent
85fe297128
commit
12f074103a
@ -465,6 +465,8 @@ task packageInstallers {
|
||||
copy {
|
||||
from "${fatJarFolderPath}/${mainJarName}"
|
||||
into binariesFolderPath
|
||||
// desktop-1.6.4-SNAPSHOT-all.jar => desktop-1.6.4-SNAPSHOT-all-mac.jar (or -win.jar, or -linux.jar)
|
||||
rename { String fileName -> fileName.replace('-all.jar', "-all-" + os + ".jar") }
|
||||
}
|
||||
|
||||
// Env variable can be set by calling "export BISQ_SHARED_FOLDER='Some value'"
|
||||
|
Loading…
Reference in New Issue
Block a user