This commit is contained in:
恍兮惚兮 2024-06-25 11:59:18 +08:00
parent 622670b2f9
commit 133a7041ef
6 changed files with 4 additions and 8 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Run build script
run: |
python build.py ${{ matrix.architecture }} 3.8.10
python build.py ${{ matrix.architecture }} 3.7.9
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.fname }}

View File

@ -32,7 +32,7 @@ jobs:
- name: Run build script
run: |
python build.py ${{ matrix.architecture }} 3.8.10
python build.py ${{ matrix.architecture }} 3.7.9
- uses: actions/upload-artifact@v4
with:
name: ${{ matrix.fname }}

View File

@ -1897,7 +1897,7 @@ class dialog_savedgame_new(QWidget):
layout.addWidget(
getIconButton(
lambda _: listediter(
lambda : listediter(
parent,
_TR("标签集"),
_TR("标签"),

View File

@ -1,5 +1,3 @@
#python3.8.10
PyQt5==5.15.10
PyQt5-Qt5==5.15.2
webviewpy==1.3.0

View File

@ -1,5 +1,3 @@
#python3.11.8
PyQt6==6.7.0
PyQt6-Qt6==6.7.0
webviewpy==1.3.0

View File

@ -28,7 +28,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/version)
include(generate_product_version)
set(VERSION_MAJOR 5)
set(VERSION_MINOR 4)
set(VERSION_MINOR 3)
set(VERSION_PATCH 0)
add_library(pch pch.cpp)