Skip to content

Commit

Permalink
fixed mac dmg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharizzle committed Mar 16, 2021
1 parent 9cadad2 commit 3f02113
Show file tree
Hide file tree
Showing 2 changed files with 215 additions and 6 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,11 @@
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
"name": "@electron-forge/maker-dmg",
"config": {
"background": "./assets/icons/mac/icon.icns",
"format": "ULFO"
}
},
{
"name": "@electron-forge/maker-deb",
Expand All @@ -55,6 +56,7 @@
"devDependencies": {
"@electron-forge/cli": "^6.0.0-beta.54",
"@electron-forge/maker-deb": "^6.0.0-beta.54",
"@electron-forge/maker-dmg": "^6.0.0-beta.54",
"@electron-forge/maker-rpm": "^6.0.0-beta.54",
"@electron-forge/maker-squirrel": "^6.0.0-beta.54",
"@electron-forge/maker-zip": "^6.0.0-beta.54",
Expand Down
Loading

0 comments on commit 3f02113

Please sign in to comment.