瀏覽代碼

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}" \