Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
219f35cc04 | ||
|
|
b6560f3c6c | ||
|
|
b1d9130b50 | ||
|
|
07c39455be | ||
|
|
39fe8d948f |
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -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:
|
||||
|
||||
@ -48,9 +48,8 @@ module.exports = {
|
||||
name: "@electron-forge/maker-dmg",
|
||||
platforms: ["darwin"],
|
||||
config: {
|
||||
format: "ULFO",
|
||||
format: "UDZO",
|
||||
icon: "src/assets/logo.icns",
|
||||
name: "Mastermind",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "mastermind",
|
||||
"productName": "Mastermind",
|
||||
"version": "0.7.5",
|
||||
"version": "0.7.9",
|
||||
"description": "Mastermind AI assistant",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user