Skip to content

Commit

Permalink
correcting paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Jun 1, 2018
1 parent bb38fa0 commit 243c32c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/build-multiuser.nsi
Expand Up @@ -141,8 +141,8 @@ CRCCheck on

; NsisMultiUser - all settings need to be set before including the NsisMultiUser.nsh header file.
; thanks to Richard Drizin https://github.com/Drizin/NsisMultiUser
!include ..\data\nsis\Include\NsisMultiUser.nsh
!include ..\data\nsis\Include\UAC.nsh
!include ..\nsis\Include\NsisMultiUser.nsh
!include ..\nsis\Include\UAC.nsh
!include MUI2.nsh
!include WordFunc.nsh
!include FileFunc.nsh
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_win.bat
Expand Up @@ -44,7 +44,7 @@ IF "%VIRTUAL_ENV%"=="" (

ECHO Installing dependencies
REM STEP 3 - Install dependencies into the virtual environment
pip install --upgrade pip
"%VIRTUAL_ENV%"\Scripts\Python.exe -m pip install --upgrade pip
pip install py2exe_py2
pip install psycopg2
pip install Pygments
Expand Down

0 comments on commit 243c32c

Please sign in to comment.