From 075bae7430902658745b6028cc39b9e92e708b2d Mon Sep 17 00:00:00 2001 From: LyubomirT Date: Fri, 12 Jan 2024 20:10:40 +0200 Subject: [PATCH] Add build/ to .gitignore, and update package.json with icon path --- .gitignore | 3 ++- package.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 ."