Skip to content

Commit

Permalink
fixed paths in Windows installer scripts
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.code.sf.net/p/webissues/code/trunk/client@1705 c8fa975d-6fd4-4e76-b3b8-1a99b2ee3549
  • Loading branch information
mimecorg committed May 28, 2012
1 parent 7cda1d4 commit 53456f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/win32/portable.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
!define SRCDIR "..\.."
!define BUILDDIR "bin"

!define QTDIR "D:\Qt4-msvc\win32-static"
!define QTDIR "D:\Qt4-msvc\x86-static"

!include "MUI2.nsh"
!include "FileFunc.nsh"
Expand Down
2 changes: 1 addition & 1 deletion packages/win32/webissues_x86.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
!define ARCHITECTURE "win_x86"
!define SUFFIX ""

!define QTDIR "D:\Qt4-msvc\win32-static"
!define QTDIR "D:\Qt4-msvc\x86-static"

!include "webissues.nsh"

0 comments on commit 53456f6

Please sign in to comment.