36 Commits
Author SHA1 Message Date
miu 65e9670a78 Merge branch 'main' into main 2026-03-16 00:32:52 +08:00
Hsdi c7918a7492 Merge branch 'Miu' 2026-03-16 00:11:44 +08:00
Hsdi 0152340b65 Merge branch 'main' into Miu 2026-03-16 00:10:12 +08:00
Hsdi 8a13a098da Merge branch 'main' of https://git.hsdi.cc/Hsdi/Shortcut_Sync_PotPlayer 2026-03-15 23:51:38 +08:00
Hsdi 3646908a00 删除冗余的构建工作流文件 build-exe.yml 和 build-exe-Miu.yml 2026-03-15 23:51:22 +08:00
Hsdi 07c586c1d5 删除 .github/workflows/build-exe.yml 2026-03-15 23:49:27 +08:00
Hsdi 8022a69d61 Merge branch 'main' of https://git.hsdi.cc/Hsdi/Shortcut_Sync_PotPlayer 2026-03-15 23:46:13 +08:00
Hsdi dc264f249b fix: 保留 build-exe.yml 自动化工作流 2026-03-15 23:46:04 +08:00
miu cb555293e4 更新 .github/workflows/build-exe-Miu.yml
Build Windows EXE with Full Image / build (push) Failing after 2m49s
解决冲突

Signed-off-by: miu <205594122@qq.com>
2026-03-15 23:42:10 +08:00
miu 233ceaca2e 更新 .github/workflows/build-exe-Miu.yml
Build Windows EXE with Full Image / build (push) Failing after 2m53s
解决冲突

Signed-off-by: miu <205594122@qq.com>
2026-03-15 23:23:30 +08:00
miu b4dd7492c2 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Successful in 2m53s
v1.0
2026-03-15 22:59:39 +08:00
miu f915340969 更新 .github/workflows/build-exe.yml
v1.0
2026-03-15 22:57:59 +08:00
miu 9eb173bdfc 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Successful in 2m54s
发布 v1.0

Signed-off-by: miu <205594122@qq.com>
2026-03-15 22:54:33 +08:00
miu d55269c1f0 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Successful in 9m52s
2026-03-15 22:22:49 +08:00
miu 8b41e59e1d 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Failing after 10m50s
2026-03-15 22:08:51 +08:00
miu 4c8cfb1177 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Has been cancelled
2026-03-15 19:08:15 +08:00
miu 9cf6198cbf 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Failing after 1m18s
2026-03-15 19:05:13 +08:00
miu 43868f576e 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Failing after 25s
2026-03-15 19:00:25 +08:00
miu bd59fbe7e7 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Has been cancelled
2026-03-15 18:48:06 +08:00
miu e989c26715 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Failing after 13s
2026-03-15 18:46:02 +08:00
miu 3725893237 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Has been cancelled
2026-03-15 18:43:03 +08:00
miu d9af7cadf3 更新 .github/workflows/build-exe.yml
Build Windows EXE with Full Image / build (push) Failing after 19s
2026-03-15 18:18:44 +08:00
Hsdi d4627c8aba 3151227 2026-03-15 12:27:15 +08:00
Hsdi e59bc51fca 3151223 2026-03-15 12:23:41 +08:00
Hsdi 14e49f1b19 3151150 2026-03-15 11:51:04 +08:00
Hsdi 7f7c172abb 修改工作流 2026-03-15 11:32:35 +08:00
Hsdi 479fc155f7 重新构建代码 2026-03-15 11:15:17 +08:00
Hsdi 4973716368 重构构建工作流 2026-03-15 04:02:31 +08:00
Hsdi 38c3bf33ab 更新构建工作流,优化Python安装和仓库克隆步骤 2026-03-15 03:52:27 +08:00
Hsdi 84de76c853 移除构建作业中的全局组设置 2026-03-15 03:36:40 +08:00
Hsdi 87f8a4cd91 Merge branch 'main' of https://git.hsdi.cc/Hsdi/Shortcut_Sync_PotPlayer 2026-03-15 03:24:19 +08:00
Hsdi cf93a1ce59 删除 .github/workflows/build-exe.yml 2026-03-15 03:05:46 +08:00
miu 789b02ee27 更新 .github/workflows/build-exe.yml 2026-03-15 03:03:16 +08:00
miu 18b5ba9c43 更新 .github/workflows/build-exe.yml 2026-03-15 02:55:44 +08:00
miu 190a08805b 更新 .github/workflows/build-exe.yml 2026-03-15 02:54:15 +08:00
miu e85e2c7aa9 更新 .github/workflows/build-exe.yml
fix
2026-03-15 02:44:53 +08:00
-35
View File
@@ -1,35 +0,0 @@
name: Build Windows EXE with Full Image
on: [push]
jobs:
build:
runs-on: Ubuntu_docker_act
steps:
- uses: actions/checkout@v4
- name: Wine
run: |
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: |
node --version
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: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: Shortcut_Sync_PotPlayer
path: dist/Shortcut_Sync_PotPlayer.exe