Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justsnoopy30 committed Apr 24, 2020
1 parent 44726d1 commit a7022fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ module.exports = {
{
"name": "@electron-forge/maker-deb",
"config": {
"name": `${packageJSON.productName}`
"options": {
"name": `${packageJSON.productName}`
}
}
},
{
Expand All @@ -38,7 +40,9 @@ module.exports = {
{
"name": "@electron-forge/maker-rpm",
"config": {
"name": `${packageJSON.productName}`
"options": {
"name": `${packageJSON.productName}`
}
}
}
]
Expand Down

0 comments on commit a7022fe

Please sign in to comment.