Skip to content
This repository was archived by the owner on Jun 28, 2025. It is now read-only.

Commit 8db6140

Browse files
Update build.yml
1 parent 8c51f83 commit 8db6140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# 运行你的 Python 脚本
3030
- name: Start Building Via Nuitka
3131
run: |
32-
./Plain_Craft_Launcher_2/build.cmd
32+
nuitka --standalone --onefile --enable-plugin=pyqt5 --include-package=PyQt5 --include-package=PyQt5.QtSvg --include-package=PyQt5.QtCore --include-package=PyQt5.QtGui --include-package=PyQt5.QtWidgets --windows-icon-from-ico=.\Images\icon.ico --output-dir=..\dist --follow-imports --remove-output --assume-yes-for-downloads --show-progress --show-memory --include-data-dir=.\Images=Images --include-module=_ctypes .\Application.py
3333
3434
# 配置 Git 推送
3535
- name: Commit and push changes

0 commit comments

Comments
 (0)