3 Commits
Author SHA1 Message Date
Илья Глазунов b1d9130b50 chore: bump version to 0.7.8 and remove unused DMG options in forge.config.js
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
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
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
3 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -64,10 +64,11 @@ 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: ubuntu-latest runs-on: macos-latest
if: github.server_url == 'https://github.com' if: github.server_url == 'https://github.com'
permissions: permissions:
+1 -3
View File
@@ -48,10 +48,8 @@ module.exports = {
name: "@electron-forge/maker-dmg", name: "@electron-forge/maker-dmg",
platforms: ["darwin"], platforms: ["darwin"],
config: { config: {
format: "ULFO",
icon: "src/assets/logo.icns", icon: "src/assets/logo.icns",
name: "Mastermind", }
},
}, },
{ {
name: "@reforged/maker-appimage", name: "@reforged/maker-appimage",
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"name": "mastermind", "name": "mastermind",
"productName": "Mastermind", "productName": "Mastermind",
"version": "0.7.5", "version": "0.7.8",
"description": "Mastermind AI assistant", "description": "Mastermind AI assistant",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {