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:
needs: build
runs-on: macos-latest
runs-on: ubuntu-latest
if: github.server_url == 'https://github.com'
permissions:

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.6",
"description": "Mastermind AI assistant",
"main": "src/index.js",
"scripts": {