File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,20 +76,19 @@ jobs:
7676 if : runner.os == 'Windows'
7777 run : >
7878 python -m nuitka
79+ --mingw64
7980 --standalone
8081 --enable-plugin=pyqt5
8182 --onefile
8283 --output-dir=build
8384 --assume-yes-for-downloads
84- --disable-console
85- --msvc=latest
86- --clang
85+ --windows-disable-console
8786 --windows-icon-from-ico=pack.ico
8887 --windows-company-name="LxHTT"
8988 --windows-product-name=MCSL2
90- --windows-file-version=2.0.0
89+ --windows-file-version=2.0.0
9190 --windows-product-version=2.0.0
92- --windows-file-description="A Minecraft Server Launcher "
91+ --windows-file-description="MCSL2 "
9392 MCSL2.py
9493
9594 - name : Upload Artifacts
Original file line number Diff line number Diff line change 1- nuitka --mingw64 --standalone --show-progress --show-memory --windows-disable-console --enable-plugin=pyqt5 --windows-icon-from-ico=pack.ico --windows-company-name=" LxHTT" --windows-product-name=MCSL2 --windows-file-version=2.0.0 --windows-product-version=2.0.0 --windows-file-description=" A Minecraft Server Launcher" --onefile --output-dir=PackagedProcess MCSL2.py
1+ nuitka --mingw64 --standalone --enable-plugin=pyqt5 --windows-icon-from-ico=pack.ico --windows-company-name=" LxHTT" --windows-product-name=MCSL2 --assume-yes-for-downloads --windows-file-version=2.0.0 --windows-product-version=2.0.0 --windows-file-description=" MCSL2" --onefile --output-dir=build MCSL2.py
2+ pause
You can’t perform that action at this time.
0 commit comments