fixed relative path

This commit is contained in:
John Garland 2009-02-21 01:00:47 +00:00
parent c5cf385614
commit be5cfd06e4

View file

@ -24,7 +24,7 @@
; Installation
!insertmacro MUI_PAGE_WELCOME
!insertmacro MUI_PAGE_LICENSE "..\deluge\LICENSE"
!insertmacro MUI_PAGE_LICENSE "..\LICENSE"
!insertmacro MUI_PAGE_COMPONENTS
!insertmacro MUI_PAGE_DIRECTORY
!insertmacro MUI_PAGE_INSTFILES
@ -49,7 +49,7 @@ Section "Deluge" deluge
SetOutPath "$INSTDIR"
file "..\deluge\README"
file "..\README"
WriteUninstaller "$INSTDIR\uninstall.exe"