##// END OF EJS Templates
Bundle python dll in win32 installer if present...
Pascal Quantin -
r8057:2a4cb1d5 default
parent child Browse files
Show More
@@ -36,6 +36,7 b' Source: contrib\\mergetools.hgrc; DestDir'
36 36 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Check: CheckFile; AfterInstall: ConcatenateFiles;
37 37 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
38 38 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
39 Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist
39 40 Source: dist\library.zip; DestDir: {app}
40 41 Source: dist\mfc71.dll; DestDir: {app}
41 42 Source: dist\msvcr71.dll; DestDir: {app}
General Comments 0
You need to be logged in to leave comments. Login now