Use sparkle to check for updates on macOS and Windows

This commit is contained in:
Jonas Kvinge
2020-08-01 03:37:16 +02:00
parent b07903c3e9
commit af0d092054
6 changed files with 51 additions and 5 deletions

View File

@@ -223,6 +223,7 @@ Section "Strawberry" Strawberry
File "libbrotlidec.dll"
File "libpsl-5.dll"
File "liborc-0.4-0.dll"
File "libqtsparkle-qt5.dll"
!ifdef arch_x86
File "libgcc_s_sjlj-1.dll"
@@ -452,6 +453,7 @@ Section "Uninstall"
Delete "$INSTDIR\libbrotlidec.dll"
Delete "$INSTDIR\libpsl-5.dll"
Delete "$INSTDIR\liborc-0.4-0.dll"
Delete "$INSTDIR\libqtsparkle-qt5.dll"
!ifdef arch_x86
Delete "$INSTDIR\libgcc_s_sjlj-1.dll"