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

Commit 4d959e4

Browse files
Update build.yml
1 parent 7ea88ff commit 4d959e4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
update-file:
10-
runs-on: ubuntu-latest
10+
runs-on: windows-latest
1111

1212
steps:
1313
# 检出代码仓库
@@ -29,8 +29,8 @@ jobs:
2929
# 运行你的 Python 脚本
3030
- name: Start Building Via Nuitka
3131
run: |
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
33-
32+
.\Plain_Craft_Launcher_2\build.cmd
33+
3434
# 配置 Git 推送
3535
- name: Commit and push changes
3636
env:

0 commit comments

Comments
 (0)