Skip to content

Commit

Permalink
Update the icon to have more padding to look normal on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dado3212 committed Jul 8, 2024
1 parent 13bb0e9 commit 6e1b494
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified assets/icon.icns
Binary file not shown.
Binary file removed assets/icon.ico
Binary file not shown.
Binary file modified assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "books-annotations",
"version": "1.0.0",
"version": "1.1.0",
"description": "An app for viewing and extracting annotations and highlights and notes from the Books app",
"main": "js/main.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . 'Books Annotations' --overwrite --platform=darwin --icon=assets/icon.icns --ignore=images --prune --out=release-builds --app-bundle-id=\"com.alexbeals.BooksAnnotations\" --app-version=\"1.0.0\" --build-version=\"1.0.0\" --osx-sign"
"build": "electron-packager . 'Books Annotations' --overwrite --platform=darwin --icon=assets/icon.icns --ignore=images --prune --out=release-builds --app-bundle-id=\"com.alexbeals.BooksAnnotations\" --app-version=\"1.1.0\" --build-version=\"1.1.0\" --osx-sign"
},
"author": "Alex Beals",
"repository": "https://github.com/dado3212/books-annotations",
Expand Down

0 comments on commit 6e1b494

Please sign in to comment.