1
0
mirror of https://github.com/ciromattia/kcc synced 2026-02-06 12:22:05 +00:00

Revert "remove GUI windows docker"

This reverts commit 4fc5cc9dfb.
This commit is contained in:
Alex Xu
2024-10-14 22:56:22 -07:00
parent 885ac227de
commit 57a0450026
2 changed files with 44 additions and 0 deletions

View File

@@ -25,6 +25,11 @@ jobs:
# - name: build binary
# run: |
# pyi-makespec -F -i icons\\comic2ebook.ico -n KCC_test -w --noupx kcc.py
- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
with:
path: .
spec: ./kcc.spec
- name: Package Application
uses: JackMcKew/pyinstaller-action-windows@main
with: