From 4bb2cf657b13774aaefe6e2e95c73c8e9ec3bab5 Mon Sep 17 00:00:00 2001 From: Tyler Wilding Date: Sat, 18 Jun 2022 22:12:30 -0400 Subject: [PATCH] release: update map keys in release json --- .github/scripts/update-release-metadata/index.js | 4 ++-- .tauri/latest-release.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/scripts/update-release-metadata/index.js b/.github/scripts/update-release-metadata/index.js index 7f543d7..2d68ce2 100644 --- a/.github/scripts/update-release-metadata/index.js +++ b/.github/scripts/update-release-metadata/index.js @@ -62,7 +62,7 @@ const releaseMeta = { notes: "UPDATE", pub_date: release.created_at, platforms: { - linux: { + "linux-x86_64": { signature: "", url: `https://github.com/open-goal/launcher/releases/download/${ release.tag_name @@ -71,7 +71,7 @@ const releaseMeta = { "" )}_amd64.AppImage`, }, - win64: { + "windows-x86_64": { signature: "", url: `https://github.com/open-goal/launcher/releases/download/${ release.tag_name diff --git a/.tauri/latest-release.json b/.tauri/latest-release.json index cf3915a..e768fdc 100644 --- a/.tauri/latest-release.json +++ b/.tauri/latest-release.json @@ -3,11 +3,11 @@ "notes": "UPDATE", "pub_date": "2022-06-19T00:58:05Z", "platforms": { - "linux": { + "linux-x86_64": { "signature": "", "url": "https://github.com/open-goal/launcher/releases/download/v0.2.5/opengoal-launcher_0.2.5_amd64.AppImage" }, - "win64": { + "windows-x86_64": { "signature": "", "url": "https://github.com/open-goal/launcher/releases/download/v0.2.5/opengoal-launcher_0.2.5_x64_en-US.msi" }