pyinstaller -F --add-data "MainWindow.ui:." main.py. pyinstaller 對 --add-data 的命令的解釋為: –add-data < SRC;DEST or SRC:DEST >
確定! 回上一頁