Skip to content

Commit

Permalink
- fix: remove linux from updates json
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Nov 9, 2024
1 parent 935af64 commit 746d028
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci-scripts/generate-updates-json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ const updatesJson = {
signature: env.DARWIN_AARCH64_SIGNATURE,
url: env.DARWIN_AARCH64_URL,
},
'linux-x86_64': {
signature: env.LINUX_x86_64_SIGNATURE,
url: env.LINUX_x86_64_URL,
},
// 'linux-x86_64': {
// signature: env.LINUX_x86_64_SIGNATURE,
// url: env.LINUX_x86_64_URL,
// },
'windows-x86_64': {
signature: env.WINDOWS_x86_64_SIGNATURE,
url: env.WINDOWS_x86_64_URL,
Expand Down

0 comments on commit 746d028

Please sign in to comment.