[patch] 安装Pillow依赖
This commit is contained in:
@@ -140,6 +140,10 @@ jobs:
|
|||||||
Write-Host "Step 4.5: Build production executable";
|
Write-Host "Step 4.5: Build production executable";
|
||||||
Write-Host "==========================================";
|
Write-Host "==========================================";
|
||||||
|
|
||||||
|
# Install Pillow for icon conversion
|
||||||
|
Write-Host "Installing Pillow for icon conversion...";
|
||||||
|
pip install Pillow 2>&1 | Out-Null;
|
||||||
|
|
||||||
python build_production.py;
|
python build_production.py;
|
||||||
if ($LASTEXITCODE -ne 0) {
|
if ($LASTEXITCODE -ne 0) {
|
||||||
Write-Host "Build failed";
|
Write-Host "Build failed";
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ VERSION = "1.0"
|
|||||||
WINDOW_TITLE = "AI回复连接入口-V1.0"
|
WINDOW_TITLE = "AI回复连接入口-V1.0"
|
||||||
|
|
||||||
# 应用版本号(用于版本检查)
|
# 应用版本号(用于版本检查)
|
||||||
APP_VERSION = "1.5.6"
|
APP_VERSION = "1.5.7"
|
||||||
|
|
||||||
# 平台特定配置
|
# 平台特定配置
|
||||||
PLATFORMS = {
|
PLATFORMS = {
|
||||||
|
|||||||
@@ -1,4 +1,20 @@
|
|||||||
[
|
[
|
||||||
|
{
|
||||||
|
"version": "1.5.7",
|
||||||
|
"update_type": "patch",
|
||||||
|
"content": "[patch] 测试是否安装成功",
|
||||||
|
"author": "Gitea Actions Bot",
|
||||||
|
"commit_hash": "ee7c76ef68dd8e2672ec1a6b984ee65edab583bf",
|
||||||
|
"commit_short_hash": "ee7c76ef",
|
||||||
|
"branch": "develop",
|
||||||
|
"release_time": "2025-10-11 16:24:59",
|
||||||
|
"download_url": "https://ks3-cn-guangzhou.ksyuncs.com/shuidrop-chat-server/installers/ShuiDi_AI_Assistant_Setup_v1.5.7.exe",
|
||||||
|
"stats": {
|
||||||
|
"files_changed": 3,
|
||||||
|
"lines_added": 22,
|
||||||
|
"lines_deleted": 6
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"version": "1.5.6",
|
"version": "1.5.6",
|
||||||
"update_type": "patch",
|
"update_type": "patch",
|
||||||
|
|||||||
Reference in New Issue
Block a user