##// END OF EJS Templates
win32: update Inno Setup script after the changes done in 95e042d77a5f
Pascal Quantin -
r25858:f8aead51 stable
parent child Browse files
Show More
@@ -70,15 +70,15 b' Source: contrib\\win32\\ReadMe.html; DestD'
70 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
70 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
71 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
71 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
72 #if ARCH == "x64"
72 #if ARCH == "x64"
73 Source: dist\*.dll; Destdir: {app}
73 Source: dist\lib\*.dll; Destdir: {app}\lib
74 Source: dist\*.pyd; Destdir: {app}
74 Source: dist\lib\*.pyd; Destdir: {app}\lib
75 #else
75 #else
76 Source: dist\w9xpopen.exe; DestDir: {app}
77 #endif
76 Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist
78 Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist
77 Source: dist\msvc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist
79 Source: dist\msvc*.dll; DestDir: {app}; Flags: skipifsourcedoesntexist
78 Source: dist\w9xpopen.exe; DestDir: {app}
79 #endif
80 Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist
80 Source: dist\Microsoft.VC*.CRT.manifest; DestDir: {app}; Flags: skipifsourcedoesntexist
81 Source: dist\library.zip; DestDir: {app}
81 Source: dist\lib\library.zip; DestDir: {app}\lib
82 Source: dist\add_path.exe; DestDir: {app}
82 Source: dist\add_path.exe; DestDir: {app}
83 Source: doc\*.html; DestDir: {app}\Docs
83 Source: doc\*.html; DestDir: {app}\Docs
84 Source: doc\style.css; DestDir: {app}\Docs
84 Source: doc\style.css; DestDir: {app}\Docs
General Comments 0
You need to be logged in to leave comments. Login now