Skip to content

Commit

Permalink
#19 fixed copy options order
Browse files Browse the repository at this point in the history
  • Loading branch information
jcecconi committed Sep 17, 2015
1 parent 03e4909 commit 6e2ab8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32/Installer_CIAA_IDE_Suite.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Section "Cygwin-Eclipse" Sec_Cygwin
!ifndef SKIP_INSTALL_CYGWIN_FILES
; Put file there
File /oname=SetUsers.bat SetUsers.bat.in
File /r /a cygwin
File /a /r cygwin

; Redirect $HOME to X:/Users/
nsExec::ExecToLog "$INSTDIR\SetUsers.bat"
Expand Down

0 comments on commit 6e2ab8e

Please sign in to comment.