Update application logos: replace logo.icns, logo.ico, and logo.png with new versions
Some checks failed
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

This commit is contained in:
Илья Глазунов 2026-02-17 15:15:24 +03:00
parent d111b88886
commit c161f251ed
5 changed files with 1661 additions and 6 deletions

View File

@ -1,7 +1,7 @@
{
"name": "mastermind",
"productName": "Mastermind",
"version": "0.7.3",
"version": "0.7.4",
"description": "Mastermind AI assistant",
"main": "src/index.js",
"scripts": {
@ -34,7 +34,6 @@
"ws": "^8.19.0"
},
"devDependencies": {
"@electron/rebuild": "^3.7.1",
"@electron-forge/cli": "^7.8.1",
"@electron-forge/maker-deb": "^7.8.1",
"@electron-forge/maker-dmg": "^7.8.1",
@ -44,8 +43,10 @@
"@electron-forge/plugin-auto-unpack-natives": "^7.8.1",
"@electron-forge/plugin-fuses": "^7.8.1",
"@electron/fuses": "^1.8.0",
"@electron/rebuild": "^3.7.1",
"@reforged/maker-appimage": "^5.0.0",
"electron": "^30.0.5"
"electron": "^30.0.5",
"electron-icon-builder": "^2.0.1"
},
"pnpm": {
"overrides": {

1660
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 176 KiB

After

Width:  |  Height:  |  Size: 353 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 190 KiB