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

43 Commits

Author SHA1 Message Date
Andrey Onishchenko
ea7d26a743 Remove OS Spoof. Fixes #143 2024-12-18 18:39:41 +03:00
Andrey Onishchenko
af0c4de261 Repack fix 2024-12-07 17:09:34 +03:00
Andrey Onishchenko
8767a74c0e Update patches and repack script 2024-12-06 23:06:35 +03:00
Andrey Onishchenko
1ffc78ccd0 Fix #134 2024-11-16 14:13:22 +03:00
Andrey Onischenko
a719b40516 Remove RN generation on repack 2024-10-30 18:41:53 +03:00
Andrey Onischenko
f96209a069 Fetch remote release notes 2024-10-30 12:17:08 +03:00
asalde_le1
c123b5eb3d
Fix SecretKey patch
* Fixes #129
2024-10-26 23:58:30 +02:00
Andrey Onishchenko
524b782f31 Make custom title bar optional 2024-10-03 19:27:06 +03:00
Andrey Onishchenko
5f12201f30 YM Custom titlebar support 2024-09-24 02:05:03 +03:00
Vladislav Kachura
0a5a03ce69
Update repack.sh 2024-08-17 00:24:23 +03:00
BungaaFACE
583e7eafc9
fix: fixed OS spoof for getting secretKey function 2024-08-16 01:44:33 +03:00
asalde_le1
4bb0a269ed
Change the way OS spofing works 2024-07-05 22:26:24 +03:00
Andrey Onishchenko
d952c2af10 Fix repack 2024-07-04 08:23:31 +03:00
Andrey Onishchenko
9aa97d9302 Fix #72 2024-04-20 14:04:50 +03:00
Yury Shvedov
209f9f8fa3 Fix build with nix
* Do not remember current pwd - just use realpath
* Do not preserve modes while copying icons

Change-Id: I0408c30cb363efe58282ce6b1ac06acb83697abe
2024-03-10 14:07:48 +03:00
Andrey Onishchenko
8bf13524b5 Better Icons
Nix Fix
2024-03-07 22:16:25 +03:00
Andrey Onishchenko
c5a5568ff9 Rename to yandex-music 2024-02-14 14:07:10 +03:00
Yury Shvedov
d53f330413 Add option to disable patches
Additionally try to fix bash regex issues.

Change-Id: I529ae66c323ba1ee489f8cca5af96cc9ffc61cbc
2024-02-11 17:48:25 +03:00
Yury Shvedov
237261c386 Remove unnecessary code for disabling close patch
Change-Id: Ic27eac6c5c7f78353e105ec09fc1477c33b9a089
2024-02-11 17:48:15 +03:00
Yury Shvedov
b751cba90b Ship from sed and jq to applying patches
Change-Id: I4739feb75997d1b6f76af4deccb6f8a38e2d1e39
2024-02-09 17:41:32 +03:00
Andrey Onishchenko
1f0975300f Release notes 2024-02-09 17:35:17 +03:00
Andrey Onishchenko
1f9da65811 Switch from npm to arch package directly 2024-02-08 15:02:02 +03:00
Andrey Onishchenko
7457b00651 Arch build fix 2024-02-08 14:51:45 +03:00
Yury Shvedov
a75f59cd80 Add do not fix quit flag
Electron is quite unoptimised technology and running YM window in
foreground requires a lot of cpu usage. So hiding window to background
is more feature, then bug =)

Change-Id: Id4e00303379004b6353a88efd7232e180f80fe6d
2024-01-30 23:52:10 +03:00
Yury Shvedov
209cedb1ae Reuse icon from sources
Change-Id: I5fb61daa29b4a2f1fb0074fc4ac9d4a9bf4a550b
2024-01-30 21:39:09 +03:00
Yury Shvedov
46e9a0e494 Add some style fixes for shell scripts
* use `mktemp -d` for temporary files
* use trap to remove temporary files
* fix some shellcheck warnings

Change-Id: Ib73f5a52d7bcd21232e7ef31a815c28a06dcd857
2024-01-30 21:39:08 +03:00
Andrey Onishchenko
200c082981 mkdir error fix 2024-01-30 18:15:10 +03:00
Andrey Onishchenko
8fd5911e07 some updates for arch 2024-01-30 18:07:57 +03:00
Andrey Onishchenko
a558dcf73b repack only generates asar now 2024-01-29 23:14:45 +03:00
Andrey Onishchenko
094d225ca3 fix to repack.sh 2024-01-29 22:32:18 +03:00
Andrey Onishchenko
9bf42b7675 Swtiched to .asar + PKGBUILD generation 2024-01-29 21:41:52 +03:00
Andrey Onishchenko
9f68480abb App quiting fix 2024-01-29 19:48:31 +03:00
Andrey Onishchenko
711980db10 Path fix 2024-01-29 18:39:02 +03:00
9438d8880b
save forge.config.js and desktop.ejs as files 2024-01-29 14:56:48 +00:00
a9b515cb52
fix typo 2024-01-29 14:40:09 +00:00
8c8605a639
add .desktop template with icons 2024-01-29 14:36:15 +00:00
Andrey Onishchenko
eb742c9f19 Getops fix 2024-01-26 15:35:29 +03:00
dikey0ficial
821fe6acf2
Fixed exiting on agreement with license 2024-01-21 10:07:44 +03:00
dikey0ficial
19ab725647
Merge remote-tracking branch 'origin/main' 2024-01-21 10:07:02 +03:00
Andrey Onishchenko
724872c7ed Fixed license setting 2024-01-20 19:42:39 +03:00
dikey0ficial
06880d7338
Fixed RPM build error (package license) 2024-01-20 13:06:00 +03:00
Yury Shvedov
d2b1fbf4aa Add support for NixOS
Additionally - fix some shellcheck warnings in repack.sh

Change-Id: I2cbc6516c54a4f4e4ecef817ed9fe90b0a460faa
2024-01-14 15:35:58 +03:00
Andrey Onishchenko
bc6875ee33
Added repack script 2023-12-04 16:02:20 +03:00