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:
Alex Stelmachonak 2022-03-10 11:44:38 -05:00 committed by GitHub
parent 263115b4fb
commit 455e688f38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}, },