App: set high version in local dev to large number to avoid update prompt (#52385)

Set's a large version number when running `sg start app` so no updates
are found.

At first I disabled the updater in the dev conf, but doing that removes the
package and changes the rust lock file, this way we keep consistent
builds at the expense of a updater check at app launch.
This commit is contained in:
Chris Warwick 2023-05-24 15:02:20 -04:00 committed by GitHub
parent 5d1f7e64d4
commit ee55d9b373
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
{
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
"package": {
"productName": "Sourcegraph",
"version": "9999.0.0"
},
"tauri": {
"bundle": {
"externalBin": []