feat: update DMG maker configuration and bump version to 0.7.5 #8

Closed
Shifty wants to merge 1 commits from feat/ci-updates into master
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 5c21725980 - Show all commits

View File

@ -47,6 +47,11 @@ module.exports = {
{
name: "@electron-forge/maker-dmg",
platforms: ["darwin"],
config: {
format: "ULFO",
icon: "src/assets/logo.icns",
name: "Mastermind",
},
},
{
name: "@reforged/maker-appimage",

View File

@ -1,7 +1,7 @@
{
"name": "mastermind",
"productName": "Mastermind",
"version": "0.7.4",
"version": "0.7.5",
"description": "Mastermind AI assistant",
"main": "src/index.js",
"scripts": {