fix(windows): put the bundle version back in tauri.conf.json to fix CI (#2952)

PR #2949 will make this redundant and I'll remove it from
tauri.conf.json again
This commit is contained in:
Reactor Scram
2023-12-18 13:17:48 -06:00
committed by GitHub
parent 6b0149e58d
commit f19b8fc5de

View File

@@ -7,7 +7,8 @@
"withGlobalTauri": true
},
"package": {
"productName": "firezone-windows-client"
"productName": "firezone-windows-client",
"version": "1.0.0"
},
"tauri": {
"allowlist": {