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