Hardcode windows version for now

This commit is contained in:
Chris Stewart 2021-05-29 10:04:57 -05:00
parent b0a0168119
commit be390cc8a9

View file

@ -431,7 +431,8 @@ lazy val bundle = project
packageDescription := "A discreet log contract oracle",
// wix build information
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)