Skip to content

Commit

Permalink
Bumped libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec authored and kozec committed Jan 18, 2016
1 parent d7f1bb8 commit dbc83a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncthing-gtk.nsis
Expand Up @@ -3,7 +3,7 @@
# Initial stuff
!include MUI2.nsh
!define APP_NAME SyncthingGTK
!define LIBRARIES_FILE "syncthing-gtk-windows-libraries-0.7.2.zip"
!define LIBRARIES_FILE "syncthing-gtk-windows-libraries-0.8.2.zip"
!define LIBRARIES_URL "http://kozec.com/${LIBRARIES_FILE}"
!define MUI_FINISHPAGE_RUN "$INSTDIR\syncthing-gtk.exe"
!include "build\version.nsh"
Expand Down Expand Up @@ -50,7 +50,7 @@ NotRunning:
File /r build\exe.win32-2.7\icons
# Check if random file that should be part of libraries zip exists
# and download&extract zip if not
IfFileExists $INSTDIR\syncthing-inotify-v0.6.3.exe SkipDownload DoDownload
IfFileExists $INSTDIR\share\locale\vi\LC_MESSAGES\gtk30.mo SkipDownload DoDownload
DoDownload:
NSISdl::download ${LIBRARIES_URL} $TEMP\${LIBRARIES_FILE}
ZipDLL::extractall $TEMP\${LIBRARIES_FILE} $INSTDIR
Expand Down

0 comments on commit dbc83a5

Please sign in to comment.