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

Commit

Permalink
Add bin field in deb maker config to try to fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justsnoopy30 committed Apr 24, 2020
1 parent bf3693d commit 6fd5051
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ module.exports = {
"name": "@electron-forge/maker-deb",
"config": {
"options": {
"name": `${packageJSON.productName}`
"name": `${packageJSON.productName}`,
"bin": `${packageJSON.productName}`
}
}
},
Expand Down

0 comments on commit 6fd5051

Please sign in to comment.