尝试生成macos-x86架构包
This commit is contained in:
3
.github/workflows/build-macos-x86.yml
vendored
3
.github/workflows/build-macos-x86.yml
vendored
@@ -44,7 +44,8 @@ jobs:
|
||||
# 步骤 7: 运行 PyInstaller 构建 x86_64 应用
|
||||
- name: Build the x86_64 application with PyInstaller
|
||||
run: |
|
||||
uv run --no-dev pyinstaller lite_mac_x86_64.spec --noconfirm
|
||||
uv pip install pyinstaller
|
||||
uv run --no-dev pyinstaller lite_mac_x86_64.spec --noconfirm --clean -y
|
||||
|
||||
# 步骤 8: 从代码中获取应用版本号
|
||||
- name: Get application version
|
||||
|
||||
Reference in New Issue
Block a user