Mercurial > hg-stable
changeset 25858:f8aead51aec0 stable
win32: update Inno Setup script after the changes done in 95e042d77a5f
author | Pascal Quantin <pascal.quantin@gmail.com> |
---|---|
date | Sun, 19 Jul 2015 18:11:18 +0200 |
parents | a2d178b3a1b4 |
children | 1619563959b3 |
files | contrib/win32/mercurial.iss |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/contrib/win32/mercurial.iss Sat Jul 18 17:33:59 2015 -0500 +++ b/contrib/win32/mercurial.iss Sun Jul 19 18:11:18 2015 +0200 @@ -70,15 +70,15 @@ Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local') #if ARCH == "x64" -Source: dist\*.dll; Destdir: {app} -Source: dist\*.pyd; Destdir: {app} +Source: dist\lib\*.dll; Destdir: {app}\lib +Source: dist\lib\*.pyd; Destdir: {app}\lib #else +Source: dist\w9xpopen.exe; DestDir: {app} +#endif Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist Source: dist\msvc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist -Source: dist\w9xpopen.exe; DestDir: {app} -#endif Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist -Source: dist\library.zip; DestDir: {app} +Source: dist\lib\library.zip; DestDir: {app}\lib Source: dist\add_path.exe; DestDir: {app} Source: doc\*.html; DestDir: {app}\Docs Source: doc\style.css; DestDir: {app}\Docs