Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b1d9130b50 |
+1
-11
@@ -48,18 +48,8 @@ module.exports = {
|
||||
name: "@electron-forge/maker-dmg",
|
||||
platforms: ["darwin"],
|
||||
config: {
|
||||
format: "UDZO",
|
||||
icon: "src/assets/logo.icns",
|
||||
name: "Mastermind",
|
||||
additionalDMGOptions: {
|
||||
window: {
|
||||
size: {
|
||||
width: 660,
|
||||
height: 400,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
},
|
||||
{
|
||||
name: "@reforged/maker-appimage",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mastermind",
|
||||
"productName": "Mastermind",
|
||||
"version": "0.7.7",
|
||||
"version": "0.7.8",
|
||||
"description": "Mastermind AI assistant",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user