Add libgnutls to nsi
This commit is contained in:
parent
31b24d9a09
commit
b0bfb0fdd4
|
@ -22,7 +22,7 @@ before_install:
|
||||||
git pull;
|
git pull;
|
||||||
brew update;
|
brew update;
|
||||||
brew unlink python;
|
brew unlink python;
|
||||||
brew install glib pkgconfig libffi protobuf protobuf-c qt gettext;
|
brew install glib pkgconfig libffi protobuf protobuf-c qt gettext gnutls;
|
||||||
brew install sqlite --with-fts;
|
brew install sqlite --with-fts;
|
||||||
brew install gstreamer gst-plugins-base;
|
brew install gstreamer gst-plugins-base;
|
||||||
brew install gst-plugins-good --with-flac;
|
brew install gst-plugins-good --with-flac;
|
||||||
|
|
|
@ -162,6 +162,7 @@ Section "Strawberry" Strawberry
|
||||||
File "libxml2-2.dll"
|
File "libxml2-2.dll"
|
||||||
File "libsoup-2.4-1.dll"
|
File "libsoup-2.4-1.dll"
|
||||||
File "liblzma-5.dll"
|
File "liblzma-5.dll"
|
||||||
|
File "libgnutls-30.dll"
|
||||||
|
|
||||||
; Register Strawberry with Default Programs
|
; Register Strawberry with Default Programs
|
||||||
Var /GLOBAL AppIcon
|
Var /GLOBAL AppIcon
|
||||||
|
@ -406,6 +407,7 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\libxml2-2.dll"
|
Delete "$INSTDIR\libxml2-2.dll"
|
||||||
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
||||||
Delete "$INSTDIR\liblzma-5.dll"
|
Delete "$INSTDIR\liblzma-5.dll"
|
||||||
|
Delete "$INSTDIR\libgnutls-30.dll"
|
||||||
|
|
||||||
Delete "$INSTDIR\platforms\qwindows.dll"
|
Delete "$INSTDIR\platforms\qwindows.dll"
|
||||||
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
||||||
|
|
|
@ -162,6 +162,7 @@ Section "Strawberry" Strawberry
|
||||||
File "libxml2-2.dll"
|
File "libxml2-2.dll"
|
||||||
File "libsoup-2.4-1.dll"
|
File "libsoup-2.4-1.dll"
|
||||||
File "liblzma-5.dll"
|
File "liblzma-5.dll"
|
||||||
|
File "libgnutls-30.dll"
|
||||||
|
|
||||||
; Register Strawberry with Default Programs
|
; Register Strawberry with Default Programs
|
||||||
Var /GLOBAL AppIcon
|
Var /GLOBAL AppIcon
|
||||||
|
@ -406,6 +407,7 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\libxml2-2.dll"
|
Delete "$INSTDIR\libxml2-2.dll"
|
||||||
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
||||||
Delete "$INSTDIR\liblzma-5.dll"
|
Delete "$INSTDIR\liblzma-5.dll"
|
||||||
|
Delete "$INSTDIR\libgnutls-30.dll"
|
||||||
|
|
||||||
Delete "$INSTDIR\platforms\qwindows.dll"
|
Delete "$INSTDIR\platforms\qwindows.dll"
|
||||||
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
||||||
|
|
|
@ -155,12 +155,11 @@ Section "Strawberry" Strawberry
|
||||||
File "Qt5Widgets.dll"
|
File "Qt5Widgets.dll"
|
||||||
File "Qt5WinExtras.dll"
|
File "Qt5WinExtras.dll"
|
||||||
File "zlib1.dll"
|
File "zlib1.dll"
|
||||||
;File "libmpcdec-5.dll"
|
|
||||||
;File "libtheora-0.dll"
|
|
||||||
File "libfftw3-3.dll"
|
File "libfftw3-3.dll"
|
||||||
File "libxml2-2.dll"
|
File "libxml2-2.dll"
|
||||||
File "libsoup-2.4-1.dll"
|
File "libsoup-2.4-1.dll"
|
||||||
File "liblzma-5.dll"
|
File "liblzma-5.dll"
|
||||||
|
File "libgnutls-30.dll"
|
||||||
|
|
||||||
; Register Strawberry with Default Programs
|
; Register Strawberry with Default Programs
|
||||||
Var /GLOBAL AppIcon
|
Var /GLOBAL AppIcon
|
||||||
|
@ -367,12 +366,11 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\Qt5Widgets.dll"
|
Delete "$INSTDIR\Qt5Widgets.dll"
|
||||||
Delete "$INSTDIR\Qt5WinExtras.dll"
|
Delete "$INSTDIR\Qt5WinExtras.dll"
|
||||||
Delete "$INSTDIR\zlib1.dll"
|
Delete "$INSTDIR\zlib1.dll"
|
||||||
;Delete "$INSTDIR\libmpcdec-5.dll"
|
|
||||||
;Delete "$INSTDIR\libtheora-0.dll"
|
|
||||||
Delete "$INSTDIR\libfftw3-3.dll"
|
Delete "$INSTDIR\libfftw3-3.dll"
|
||||||
Delete "$INSTDIR\libxml2-2.dll"
|
Delete "$INSTDIR\libxml2-2.dll"
|
||||||
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
||||||
Delete "$INSTDIR\liblzma-5.dll"
|
Delete "$INSTDIR\liblzma-5.dll"
|
||||||
|
Delete "$INSTDIR\libgnutls-30.dll"
|
||||||
|
|
||||||
Delete "$INSTDIR\platforms\qwindows.dll"
|
Delete "$INSTDIR\platforms\qwindows.dll"
|
||||||
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
||||||
|
|
|
@ -155,12 +155,11 @@ Section "Strawberry" Strawberry
|
||||||
File "Qt5Widgets.dll"
|
File "Qt5Widgets.dll"
|
||||||
File "Qt5WinExtras.dll"
|
File "Qt5WinExtras.dll"
|
||||||
File "zlib1.dll"
|
File "zlib1.dll"
|
||||||
;File "libmpcdec-5.dll"
|
|
||||||
;File "libtheora-0.dll"
|
|
||||||
File "libfftw3-3.dll"
|
File "libfftw3-3.dll"
|
||||||
File "libxml2-2.dll"
|
File "libxml2-2.dll"
|
||||||
File "libsoup-2.4-1.dll"
|
File "libsoup-2.4-1.dll"
|
||||||
File "liblzma-5.dll"
|
File "liblzma-5.dll"
|
||||||
|
File "libgnutls-30.dll"
|
||||||
|
|
||||||
; Register Strawberry with Default Programs
|
; Register Strawberry with Default Programs
|
||||||
Var /GLOBAL AppIcon
|
Var /GLOBAL AppIcon
|
||||||
|
@ -367,12 +366,11 @@ Section "Uninstall"
|
||||||
Delete "$INSTDIR\Qt5Widgets.dll"
|
Delete "$INSTDIR\Qt5Widgets.dll"
|
||||||
Delete "$INSTDIR\Qt5WinExtras.dll"
|
Delete "$INSTDIR\Qt5WinExtras.dll"
|
||||||
Delete "$INSTDIR\zlib1.dll"
|
Delete "$INSTDIR\zlib1.dll"
|
||||||
;Delete "$INSTDIR\libmpcdec-5.dll"
|
|
||||||
;Delete "$INSTDIR\libtheora-0.dll"
|
|
||||||
Delete "$INSTDIR\libfftw3-3.dll"
|
Delete "$INSTDIR\libfftw3-3.dll"
|
||||||
Delete "$INSTDIR\libxml2-2.dll"
|
Delete "$INSTDIR\libxml2-2.dll"
|
||||||
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
Delete "$INSTDIR\libsoup-2.4-1.dll"
|
||||||
Delete "$INSTDIR\liblzma-5.dll"
|
Delete "$INSTDIR\liblzma-5.dll"
|
||||||
|
Delete "$INSTDIR\libgnutls-30.dll"
|
||||||
|
|
||||||
Delete "$INSTDIR\platforms\qwindows.dll"
|
Delete "$INSTDIR\platforms\qwindows.dll"
|
||||||
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
Delete "$INSTDIR\sqldrivers\qsqlite.dll"
|
||||||
|
|
Loading…
Reference in New Issue