forked from Hsdi/Shortcut_Sync_PotPlayer
更新 .github/workflows/build-exe.yml
Some checks failed
Build Windows EXE with Full Image / build (push) Failing after 39m57s
Some checks failed
Build Windows EXE with Full Image / build (push) Failing after 39m57s
This commit is contained in:
8
.github/workflows/build-exe.yml
vendored
8
.github/workflows/build-exe.yml
vendored
@@ -13,11 +13,13 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y wine64 wine32
|
||||
wine --version # 安装后验证
|
||||
|
||||
- name: Install Windows dependencies using Wine Python
|
||||
run: |
|
||||
# 使用 Wine 运行 Windows 版本的 Python
|
||||
wine python -m pip install --upgrade pip
|
||||
wine python -m pip install pyinstaller keyboard pywin32
|
||||
|
||||
# 环境已预装,直接验证
|
||||
- name: Verify tools
|
||||
run: |
|
||||
@@ -25,9 +27,9 @@ jobs:
|
||||
wine python --version
|
||||
wine --version # 确认 wine 是否存在,full 镜像很可能包含
|
||||
|
||||
- name: Build EXE using Wine Python
|
||||
run: |
|
||||
wine python -m PyInstaller --onefile --windowed --name Shortcut_Sync_PotPlayer main.py
|
||||
- name: Build EXE using Wine Python
|
||||
run: |
|
||||
wine python -m PyInstaller --onefile --windowed --name Shortcut_Sync_PotPlayer main.py
|
||||
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Reference in New Issue
Block a user