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

Commit

Permalink
Finally figured out the linux build issue. Fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Justsnoopy30 committed Apr 24, 2020
1 parent 6fd5051 commit 0326797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions forge.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const packageJSON = require('./package.json');
module.exports = {
"packagerConfig": {
"name": `${packageJSON.productName}`,
"executableName": `${packageJSON.productName}`,
"icon": "./page/assets/favicon"
},
"make_targets": {
Expand Down Expand Up @@ -43,7 +42,8 @@ module.exports = {
"name": "@electron-forge/maker-rpm",
"config": {
"options": {
"name": `${packageJSON.productName}`
"name": `${packageJSON.productName}`,
"bin": `${packageJSON.productName}`
}
}
}
Expand Down

0 comments on commit 0326797

Please sign in to comment.