Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
07c39455be | ||
|
|
39fe8d948f | ||
|
|
1330af8d19 |
@@ -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:
|
||||
|
||||
@@ -47,6 +47,19 @@ module.exports = {
|
||||
{
|
||||
name: "@electron-forge/maker-dmg",
|
||||
platforms: ["darwin"],
|
||||
config: {
|
||||
format: "UDZO",
|
||||
icon: "src/assets/logo.icns",
|
||||
name: "Mastermind",
|
||||
additionalDMGOptions: {
|
||||
window: {
|
||||
size: {
|
||||
width: 660,
|
||||
height: 400,
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
{
|
||||
name: "@reforged/maker-appimage",
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mastermind",
|
||||
"productName": "Mastermind",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.7",
|
||||
"description": "Mastermind AI assistant",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user