mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 14:21:18 +00:00
deno: Don't update using built-in mechanism (#3373)
Running `deno upgrade` in post install breaks the version matching between what scoop knows and what actual version is running.
This commit is contained in:
parent
263115b4fb
commit
455e688f38
@ -10,7 +10,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "deno.exe",
|
"bin": "deno.exe",
|
||||||
"post_install": "& \"$dir\\deno.exe\" upgrade",
|
|
||||||
"checkver": {
|
"checkver": {
|
||||||
"github": "https://github.com/denoland/deno"
|
"github": "https://github.com/denoland/deno"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user