2 Commits
Author SHA1 Message Date
Илья Глазунов 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 12 additions and 3 deletions
+2 -1
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:
+9 -1
View File
@@ -48,9 +48,17 @@ module.exports = {
name: "@electron-forge/maker-dmg",
platforms: ["darwin"],
config: {
format: "ULFO",
format: "UDZO",
icon: "src/assets/logo.icns",
name: "Mastermind",
additionalDMGOptions: {
window: {
size: {
width: 660,
height: 400,
},
},
},
},
},
{
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "mastermind",
"productName": "Mastermind",
"version": "0.7.5",
"version": "0.7.7",
"description": "Mastermind AI assistant",
"main": "src/index.js",
"scripts": {