Skip to content
This repository has been archived by the owner on Mar 11, 2022. It is now read-only.

Commit

Permalink
fix: make macOS icon match macOS design (#7)
Browse files Browse the repository at this point in the history
closes #1
  • Loading branch information
JoeDuncko authored May 29, 2021
1 parent 8649517 commit fd9df33
Show file tree
Hide file tree
Showing 7 changed files with 1,389 additions and 21 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,6 @@ typings/

# Electron-Forge
out/

# Icons
icons/
2 changes: 0 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<array>
<string>swf</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>icons/electron-swf-player.icns</string>
<key>CFBundleTypeName</key>
<string>Adobe Flash</string>
<key>CFBundleTypeRole</key>
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Install `node.js`, probably via your package manager.

## Building

### Generating icons

- `npm run generate-icons`

Currently all platforms use the macOS icon.

### MacOS

- Be on a Mac
Expand Down
Binary file added icons-src/electron-swf-player-macos-icon.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 icons/electron-swf-player.icns
Binary file not shown.
Loading

0 comments on commit fd9df33

Please sign in to comment.