Skip to content

Commit

Permalink
Add build/ to .gitignore, and update package.json with icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
LyubomirT committed Jan 12, 2024
1 parent 7132d49 commit 075bae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules/
package-lock.json
session.json
preferences.json
temp.html
temp.html
build/
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "prismblue",
"version": "1.0.0",
"description": "This is a simple yet powerful text editor that works on any OS and helps you write text easier!",
"icon": "brand/PBC_LOGO.ico",
"main": "main.js",
"scripts": {
"start": "electron ."
Expand Down

0 comments on commit 075bae7

Please sign in to comment.