Compare commits

..

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

2 changed files with 10 additions and 1 deletions

View File

@ -50,6 +50,15 @@ module.exports = {
config: {
format: "UDZO",
icon: "src/assets/logo.icns",
name: "Mastermind",
additionalDMGOptions: {
window: {
size: {
width: 660,
height: 400,
},
},
},
},
},
{

View File

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