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": [ {