Clobber rtx binary if it already exists (#36)

* Clobber rtx if it exists

* run `bun run all` to recompile unrelated things

---------

Co-authored-by: Jeff Dickey <216188+jdxcode@users.noreply.github.com>
This commit is contained in:
Mark Elliot 2023-03-06 10:35:21 -05:00 committed by GitHub
parent aec7905dc8
commit c8026e294c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 1 deletions

1
dist/index.js generated vendored
View file

@ -63,6 +63,7 @@ function setupRTX() {
yield exec.exec('gh', [
'release',
'download',
'--clobber',
'--pattern',
`*${platform}`,
'--repo',

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View file

@ -19,6 +19,7 @@ async function setupRTX(): Promise<void> {
await exec.exec('gh', [
'release',
'download',
'--clobber',
'--pattern',
`*${platform}`,
'--repo',