chore: RC file for windows, taglib tweaks

This commit is contained in:
2024-09-08 15:36:28 +08:00
parent a910e85d97
commit 8ac558ebc6
6 changed files with 34 additions and 27 deletions

17
assets/pineapple-music.rc Normal file
View File

@ -0,0 +1,17 @@
IDI_ICON1 ICON DISCARDABLE "icons/app-icon.ico"
1 VERSIONINFO
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileDescription", "Pineapple Music - Music Player"
VALUE "LegalCopyright", "MIT/Expat License - Copyright (C) 2024 Gary Wang"
VALUE "ProductName", "Pineapple Music"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x409, 1200
END
END