chore: bump version to 0.7.8 and remove unused DMG options in forge.config.js
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled

This commit is contained in:
Илья Глазунов 2026-02-20 23:33:29 +03:00
parent 07c39455be
commit b1d9130b50
2 changed files with 2 additions and 12 deletions

View File

@ -48,18 +48,8 @@ module.exports = {
name: "@electron-forge/maker-dmg", name: "@electron-forge/maker-dmg",
platforms: ["darwin"], platforms: ["darwin"],
config: { config: {
format: "UDZO",
icon: "src/assets/logo.icns", icon: "src/assets/logo.icns",
name: "Mastermind", }
additionalDMGOptions: {
window: {
size: {
width: 660,
height: 400,
},
},
},
},
}, },
{ {
name: "@reforged/maker-appimage", name: "@reforged/maker-appimage",

View File

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