mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-02-07 04:43:38 +01:00
Add qtsparkle for msvc in nsi
This commit is contained in:
parent
e67eb3c0d8
commit
eec8ee5830
2
dist/windows/strawberry.nsi.in
vendored
2
dist/windows/strawberry.nsi.in
vendored
@ -362,7 +362,7 @@ Section "Strawberry" Strawberry
|
||||
File "opus.dll"
|
||||
File "orc-0.4-0.dll"
|
||||
File "psl-5.dll"
|
||||
;File "qtsparkle-qt6.dll"
|
||||
File "qtsparkle-qt6.dll"
|
||||
File "soup-2.4-1.dll"
|
||||
File "sqlite3.dll"
|
||||
File "tag.dll"
|
||||
|
@ -276,7 +276,7 @@ int main(int argc, char *argv[]) {
|
||||
translations->LoadTranslation("strawberry", QDir::currentPath(), language);
|
||||
|
||||
#ifdef HAVE_QTSPARKLE
|
||||
qtsparkle::LoadTranslations(language);
|
||||
//qtsparkle::LoadTranslations(language);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user