소스 검색

Byte-compile files in quiet mode

Thomas Kluyver 11 년 전
부모
커밋
afc3b68d98
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nsist/template.nsi

+ 1 - 1
nsist/template.nsi

@@ -47,7 +47,7 @@ Section "!${PRODUCT_NAME}" sec_app
   ;INSTALL_SHORTCUTS
   ; Byte-compile Python files.
   DetailPrint "Byte-compiling Python modules..."
-  ExecWait 'py -${PY_QUALIFIER} -m compileall "$INSTDIR\pkgs"'
+  ExecWait 'py -${PY_QUALIFIER} -m compileall -q "$INSTDIR\pkgs"'
   WriteUninstaller $INSTDIR\uninstall.exe
   ; Add ourselves to Add/remove programs
   WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" \