Skip to content

Commit 22c98f0

Browse files
committed
fix: forgot to fix main issues :D
1 parent 392cca6 commit 22c98f0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

package.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@
1010
"build:linux-appimage": "electron-builder --linux appimage",
1111
"build:linux-installer": "electron-builder --linux deb"
1212
},
13-
"author": "noxygalaxy",
13+
"author": {
14+
"name": "changeInBuild",
15+
"email": "get@changedin.build"
16+
},
1417
"license": "MIT",
1518
"dependencies": {
1619
"adm-zip": "^0.5.16",
@@ -55,7 +58,8 @@
5558
"arch": ["x64"]
5659
}
5760
],
58-
"icon": "src/assets/logos/twl.ico"
61+
"icon": "src/assets/logos/twl.ico",
62+
"artifactName": "${productName}-Setup.${ext}"
5963
},
6064
"nsis": {
6165
"oneClick": false,
@@ -73,7 +77,8 @@
7377
"deb"
7478
],
7579
"icon": "src/assets/logos/twl.png",
76-
"category": "Utility"
80+
"category": "Utility",
81+
"maintainer": "${author.name} <${author.email}>"
7782
},
7883
"portable": {
7984
"artifactName": "${productName}-${arch}.${ext}"

0 commit comments

Comments
 (0)