Compare commits

..

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

3 changed files with 11 additions and 2 deletions

View File

@ -68,7 +68,7 @@ jobs:
release: release:
needs: build needs: build
runs-on: macos-latest runs-on: ubuntu-latest
if: github.server_url == 'https://github.com' if: github.server_url == 'https://github.com'
permissions: permissions:

View File

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

View File

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