mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
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:
parent
5d1f7e64d4
commit
ee55d9b373
@ -1,5 +1,9 @@
|
||||
{
|
||||
"$schema": "../node_modules/@tauri-apps/cli/schema.json",
|
||||
"package": {
|
||||
"productName": "Sourcegraph",
|
||||
"version": "9999.0.0"
|
||||
},
|
||||
"tauri": {
|
||||
"bundle": {
|
||||
"externalBin": []
|
||||
|
||||
Loading…
Reference in New Issue
Block a user