diff --git a/.gitignore b/.gitignore index 68b2b4e..c2afd1c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules/ package-lock.json session.json preferences.json -temp.html \ No newline at end of file +temp.html +build/ \ No newline at end of file diff --git a/package.json b/package.json index e37e70a..c0dfc1d 100644 --- a/package.json +++ b/package.json @@ -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 ."