Compare commits
No commits in common. "master" and "v0.7.7" have entirely different histories.
@ -50,6 +50,15 @@ module.exports = {
|
||||
config: {
|
||||
format: "UDZO",
|
||||
icon: "src/assets/logo.icns",
|
||||
name: "Mastermind",
|
||||
additionalDMGOptions: {
|
||||
window: {
|
||||
size: {
|
||||
width: 660,
|
||||
height: 400,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@ -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": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user