Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRafia committed Mar 15, 2024
1 parent 759901e commit 5b5ed99
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,29 @@
"forge": {
"packagerConfig": {
"asar": true
}
},
"makers": [
{
"name": "@electron-forge/maker-squirrel",
"config": {
"name": "speedy"
}
},
{
"name": "@electron-forge/maker-zip",
"platforms": [
"darwin"
]
},
{
"name": "@electron-forge/maker-deb",
"config": {}
},
{
"name": "@electron-forge/maker-rpm",
"config": {}
}
]
}
},
"scripts": {
Expand Down

0 comments on commit 5b5ed99

Please sign in to comment.