Compare commits

..

6 Commits

Author SHA1 Message Date
Илья Глазунов
219f35cc04 chore: bump version to 0.7.9 and remove unused additional DMG options
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
2026-02-21 23:19:57 +03:00
Илья Глазунов
b6560f3c6c feat: update DMG configuration to use UDZO format and add additional options 2026-02-20 23:53:12 +03:00
Илья Глазунов
b1d9130b50 chore: bump version to 0.7.8 and remove unused DMG options in forge.config.js
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
2026-02-20 23:33:29 +03:00
Илья Глазунов
07c39455be fix: update release workflow to use macOS runner; bump version to 0.7.7
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
2026-02-20 23:20:23 +03:00
Илья Глазунов
39fe8d948f feat: update DMG format to UDZO and add additional options; bump version to 0.7.6
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
2026-02-20 23:07:37 +03:00
Илья Глазунов
1330af8d19 feat: update DMG maker configuration and bump version to 0.7.5
Some checks failed
Build and Release / build (x64, ubuntu-latest, linux) (push) Has been skipped
Build and Release / build (arm64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, macos-latest, darwin) (push) Has been cancelled
Build and Release / build (x64, windows-latest, win32) (push) Has been cancelled
Build and Release / release (push) Has been cancelled
2026-02-20 22:54:56 +03:00
3 changed files with 7 additions and 2 deletions

View File

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

View File

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

View File

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