mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-19 21:45:36 +01:00
Hardcode windows version for now
This commit is contained in:
parent
b0a0168119
commit
be390cc8a9
1 changed files with 2 additions and 1 deletions
|
@ -431,7 +431,8 @@ lazy val bundle = project
|
||||||
packageDescription := "A discreet log contract oracle",
|
packageDescription := "A discreet log contract oracle",
|
||||||
// wix build information
|
// wix build information
|
||||||
wixProductId := "ce07be71-510d-414a-92d4-dff47631848a",
|
wixProductId := "ce07be71-510d-414a-92d4-dff47631848a",
|
||||||
wixProductUpgradeId := "4552fb0e-e257-4dbd-9ecb-dba9dbacf424"
|
wixProductUpgradeId := "4552fb0e-e257-4dbd-9ecb-dba9dbacf424",
|
||||||
|
Windows / version := "0.0.0.1"
|
||||||
)
|
)
|
||||||
.enablePlugins(JavaAppPackaging, WindowsPlugin)
|
.enablePlugins(JavaAppPackaging, WindowsPlugin)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue