Skip to content

Commit

Permalink
chore: update assets
Browse files Browse the repository at this point in the history
  • Loading branch information
PreMiD-Automations committed Mar 3, 2025
1 parent 3dd1ca2 commit 794e3a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions websites/R/Raycast/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@
"description": {
"en": "Your shortcut to everything."
},
"url": ["www.raycast.com", "developers.raycast.com"],
"version": "1.0.0",
"logo": "https://litomore.me/images/raycast-512.png",
"thumbnail": "https://www.raycast.com/opengraph-image-pwu6ef.png",
"url": [
"www.raycast.com",
"developers.raycast.com"
],
"version": "1.0.1",
"logo": "https://cdn.rcd.gg/PreMiD/websites/R/Raycast/assets/logo.png",
"thumbnail": "https://cdn.rcd.gg/PreMiD/websites/R/Raycast/assets/thumbnail.png",
"color": "#FF6363",
"category": "other",
"tags": [
Expand Down
2 changes: 1 addition & 1 deletion websites/R/Raycast/presence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const presence = new Presence({
const browsingTimestamp = Math.floor(Date.now() / 1000)

enum ActivityAssets {
Logo = 'https://litomore.me/images/raycast-512.png',
Logo = 'https://cdn.rcd.gg/PreMiD/websites/R/Raycast/assets/logo.png',
}

presence.on('UpdateData', async () => {
Expand Down

0 comments on commit 794e3a5

Please sign in to comment.