Remove animation and ignore some files.

This commit is contained in:
2023-01-19 15:10:42 +01:00
parent 96a42156d4
commit 5b7b3dd73a
2 changed files with 7 additions and 3 deletions

View File

@@ -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 */

View File

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