mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fixed relative path
This commit is contained in:
parent
c5cf385614
commit
be5cfd06e4
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue