Compare commits

..

No commits in common. "master" and "v0.7.8" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

@ -48,9 +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: "@reforged/maker-appimage", name: "@reforged/maker-appimage",

View File

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