From 5b7b3dd73a788d75fc21a71f544dd2acaa7a7431 Mon Sep 17 00:00:00 2001 From: salman Date: Thu, 19 Jan 2023 15:10:42 +0100 Subject: [PATCH] Remove animation and ignore some files. --- ZGUI.css | 2 +- package.json | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ZGUI.css b/ZGUI.css index 76eb676..1efe7d9 100644 --- a/ZGUI.css +++ b/ZGUI.css @@ -140,7 +140,7 @@ td { } .tabcontent { - animation: fadeEffect 1s; /* Fading effect takes 1 second */ +/* animation: fadeEffect 1s; /* Fading effect takes 1 second */ } /* Go from zero to full opacity */ diff --git a/package.json b/package.json index 0c747c3..918e9c5 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "package": "electron-forge package", "make": "electron-forge make" }, - "keywords": [], + "keywords": ["TRIM","SRIM"], "author": "Zaher Salman", "license": "GPL2", "devDependencies": { @@ -26,7 +26,11 @@ "config": { "forge": { "packagerConfig": { - "icon": "appicons/icons/png/1024x1024.png" + "icon": "appicons/icons/png/1024x1024.png", + "ignore" : ["Readme.md", + "ToDo.txt", + "TrimSP.cfg", + "fortran/*"] }, "makers": [ {