Compare commits

..

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

3 changed files with 4 additions and 4 deletions

View File

@ -64,11 +64,10 @@ jobs:
out/make/**/*.deb
out/make/**/*.rpm
if-no-files-found: ignore
compression-level: 0
release:
needs: build
runs-on: macos-latest
runs-on: ubuntu-latest
if: github.server_url == 'https://github.com'
permissions:

View File

@ -48,8 +48,9 @@ module.exports = {
name: "@electron-forge/maker-dmg",
platforms: ["darwin"],
config: {
format: "UDZO",
format: "ULFO",
icon: "src/assets/logo.icns",
name: "Mastermind",
},
},
{

View File

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