0
0
mirror of https://github.com/cucumber-sp/yandex-music-linux.git synced 2025-09-28 01:29:03 +03:00

YM Custom titlebar support

This commit is contained in:
Andrey Onishchenko
2024-09-24 02:05:03 +03:00
parent a43659141b
commit 5f12201f30
2 changed files with 15 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ find "./" -type f \( -name "*.js" -o -name "*.js.map" \) -print0 | while IFS= re
# Use 'sed' to perform the replacement in-place
sed -i "s/a.t.WINDOWS/a.t.LINUX/g" "$file"
sed -i "s/B.LINUX/B.WINDOWS/g" "$file"
sed -i "s/t4T.WINDOWS/t4T.LINUX/g" "$file"
done
echo "OS spoofed"