pyinstall -D app.py ## 使用-F選項,在dist目錄下生成單獨的EXE文件(在Mac生成的文件沒有exe後綴) pyinstaller -F app.py ## -w不顯示GUI窗口,-i ...
確定! 回上一頁