feat: update DMG maker configuration and bump version to 0.7.5
This commit is contained in:
parent
c161f251ed
commit
5c21725980
@ -47,6 +47,11 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
name: "@electron-forge/maker-dmg",
|
name: "@electron-forge/maker-dmg",
|
||||||
platforms: ["darwin"],
|
platforms: ["darwin"],
|
||||||
|
config: {
|
||||||
|
format: "ULFO",
|
||||||
|
icon: "src/assets/logo.icns",
|
||||||
|
name: "Mastermind",
|
||||||
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "@reforged/maker-appimage",
|
name: "@reforged/maker-appimage",
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "mastermind",
|
"name": "mastermind",
|
||||||
"productName": "Mastermind",
|
"productName": "Mastermind",
|
||||||
"version": "0.7.4",
|
"version": "0.7.5",
|
||||||
"description": "Mastermind AI assistant",
|
"description": "Mastermind AI assistant",
|
||||||
"main": "src/index.js",
|
"main": "src/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user