Skip to content

Commit

Permalink
chore: Update icons + discord rpc key
Browse files Browse the repository at this point in the history
  • Loading branch information
LynithDev committed Dec 14, 2024
1 parent 769bcec commit 13809dc
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/store/discord.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ impl DiscordRPC {
.buttons(vec![Button::new("Download", "https://polyfrost.org/")])
.assets(
Assets::new()
.large_image("polyfrost_logo_512")
.large_text("Polyfrost Logo"),
.large_image("onelauncher_logo_512")
.large_text("OneLauncher"),
);

let mut client: tokio::sync::RwLockWriteGuard<'_, DiscordIpcClient> =
Expand Down
Binary file modified packages/distribution/icons/128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/distribution/icons/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/distribution/icons/32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/distribution/icons/512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed packages/distribution/icons/icon.icns
Binary file not shown.
Binary file modified packages/distribution/icons/icon.ico
Binary file not shown.

0 comments on commit 13809dc

Please sign in to comment.