Skip to content

Commit

Permalink
Rename logo to icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Griffiths committed Aug 24, 2024
1 parent 5ac6a00 commit 372e62a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img width="100" src="/public/logo.png" alt="Logo"/>
<img width="100" src="/public/icon.png" alt="Logo"/>
</div>
<div align="center">
An alternative open source Steam client built with React and Electron.
Expand Down
Binary file added build/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion electron/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function createWindow() {
win = new BrowserWindow({
width: 1280,
height: 720,
icon: path.join(process.env.VITE_PUBLIC, "logo.png"),
icon: path.join(process.env.VITE_PUBLIC, "icon.png"),
webPreferences: {
devTools: true,
webviewTag: true,
Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 372e62a

Please sign in to comment.