mirror of
https://github.com/ivellioscolin/pykd.git
synced 2025-04-21 21:03:23 +08:00
setup: 1.x fixed script
git-svn-id: https://pykd.svn.codeplex.com/svn@76700 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
parent
16b376f637
commit
0a1ca79ab1
@ -203,7 +203,7 @@ Section "Snippets" sec_snippets
|
||||
|
||||
DetailPrint "Extracting snippets..."
|
||||
SetOutPath "$DOCUMENTS\${PRODUCT_SHORT_NAME}\Snippets"
|
||||
File "..\branch\0.1.x\snippets\*.py"
|
||||
File "..\snippets\*.py"
|
||||
SectionEnd
|
||||
|
||||
Section "Samples" sec_samples
|
||||
@ -212,7 +212,7 @@ Section "Samples" sec_samples
|
||||
|
||||
DetailPrint "Extracting samples..."
|
||||
SetOutPath "$DOCUMENTS\${PRODUCT_SHORT_NAME}\Samples"
|
||||
File /r "..\branch\0.1.x\samples\*.py"
|
||||
File /r "..\samples\*.py"
|
||||
SectionEnd
|
||||
|
||||
Section "Python ${PYTHON_VERSION} ${PRODUCT_ARCH}" sec_python
|
||||
|
Loading…
Reference in New Issue
Block a user