##// 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 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Check: CheckFile; AfterInstall: ConcatenateFiles;
36 Source: contrib\win32\mercurial.ini; DestDir: {app}; DestName: Mercurial.ini; Check: CheckFile; AfterInstall: ConcatenateFiles;
37 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
37 Source: contrib\win32\postinstall.txt; DestDir: {app}; DestName: ReleaseNotes.txt
38 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
38 Source: dist\hg.exe; DestDir: {app}; AfterInstall: Touch('{app}\hg.exe.local')
39 Source: dist\python*.dll; Destdir: {app}; Flags: skipifsourcedoesntexist
39 Source: dist\library.zip; DestDir: {app}
40 Source: dist\library.zip; DestDir: {app}
40 Source: dist\mfc71.dll; DestDir: {app}
41 Source: dist\mfc71.dll; DestDir: {app}
41 Source: dist\msvcr71.dll; DestDir: {app}
42 Source: dist\msvcr71.dll; DestDir: {app}
General Comments 0
You need to be logged in to leave comments. Login now