Compare commits

..

No commits in common. "master" and "v0.8.0-update" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View File

@ -64,11 +64,10 @@ jobs:
out/make/**/*.deb out/make/**/*.deb
out/make/**/*.rpm out/make/**/*.rpm
if-no-files-found: ignore if-no-files-found: ignore
compression-level: 0
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

@ -47,10 +47,6 @@ module.exports = {
{ {
name: "@electron-forge/maker-dmg", name: "@electron-forge/maker-dmg",
platforms: ["darwin"], platforms: ["darwin"],
config: {
format: "UDZO",
icon: "src/assets/logo.icns",
},
}, },
{ {
name: "@reforged/maker-appimage", name: "@reforged/maker-appimage",

View File

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