release: update map keys in release json

This commit is contained in:
Tyler Wilding 2022-06-18 22:12:30 -04:00
parent a58f67b16f
commit 4bb2cf657b
No known key found for this signature in database
GPG key ID: A89403EB356ED106
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

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