File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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 ,
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}"
You can’t perform that action at this time.
0 commit comments