From be4d67c6497b165d95225c17ac91b81cc8436fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=A8=E5=B0=8F=E9=80=8F=E6=98=8E=E3=83=BB=E5=AE=B8?= =?UTF-8?q?=E2=9C=A8?= <47057319+TransparentLC@users.noreply.github.com> Date: Fri, 29 Sep 2023 14:46:32 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dae66a4..4af6850 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: fi - name: Build executable run: | - pip install pyinstaller + pip install pyinstaller==5.* python -c "import time;open('define.py','a').write(f'\nBUILD_TIME={time.time():.0f}')" if [[ $RUNNER_OS == "Windows" || $RUNNER_OS == "Linux" ]]; then export REGUI_ONEFILE=1