Remove animation and ignore some files.
This commit is contained in:
2
ZGUI.css
2
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 */
|
||||
|
||||
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user