0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2024-12-23 22:22:59 +03:00

Patches fix

This commit is contained in:
Andrey Onishchenko 2024-03-07 10:38:27 +03:00
parent 1543075351
commit f5eeac19b4
3 changed files with 2 additions and 4 deletions

View File

@ -9,4 +9,3 @@ diff --git a/package.json b/package.json
+ },
+ "license": "UNLICENSED"
}
--

View File

@ -12,4 +12,3 @@ diff --git a/package.json b/package.json
+ "scalable": "build/next-desktop/favicon.svg"
+ }
}
--

View File

@ -5,8 +5,8 @@ diff --git a/main/lib/createWindow.js b/main/lib/createWindow.js
x: 16,
y: 10
},
- minWidth: 1024,
- minHeight: 800,
- minWidth: 768,
- minHeight: 650,
width: 1280,
height: 800,
webPreferences: {