File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3434 cd dist
3535 $VERSION = (Get-Item "SD_Models_Manager_v*.exe").BaseName
3636 New-Item -ItemType Directory -Path "$VERSION"
37- Move-Item "SD_Prompt_Manager_v *.exe" "$VERSION"
37+ Move-Item "SD_Models_Manager_v *.exe" "$VERSION"
3838 Move-Item "templates" "$VERSION"
3939 Move-Item "static" "$VERSION"
4040 Compress-Archive -Path "$VERSION" -DestinationPath "$VERSION.zip"
Original file line number Diff line number Diff line change 1111
1212def clean_dist ():
1313 """清理之前的构建文件"""
14- output_name = f"SD_Prompt_Manager_v { VERSION_STR } "
14+ output_name = f"SD_Models_Manager_v { VERSION_STR } "
1515
1616 try :
1717 for item in ['dist' , 'build' ]:
@@ -68,7 +68,7 @@ def prepare_directories():
6868
6969def build_executable ():
7070 """构建可执行文件"""
71- output_name = f"SD_Prompt_Manager_v { VERSION_STR } "
71+ output_name = f"SD_Models_Manager_v { VERSION_STR } "
7272
7373 try :
7474 # 设置环境变量以确保正确的编码
Original file line number Diff line number Diff line change 55# 应用信息
66APP_NAME = "SD Models Manager"
77COMPANY = "GitHub: c1921"
8- DESCRIPTION = "SD Prompt Manager - 提示词管理工具 "
8+ DESCRIPTION = "Stable Diffusion 模型管理器 "
99COPYRIGHT = "MIT 开源许可 - 版权所有 (c) 2025"
Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ VSVersionInfo(
1818 [StringStruct(u'CompanyName', u'$COMPANY'),
1919 StringStruct(u'FileDescription', u'$DESCRIPTION'),
2020 StringStruct(u'FileVersion', u'$VERSION_STR'),
21- StringStruct(u'InternalName', u'SDPromptManager '),
21+ StringStruct(u'InternalName', u'SDModelsManager '),
2222 StringStruct(u'LegalCopyright', u'$COPYRIGHT'),
23- StringStruct(u'OriginalFilename', u'SDPromptManager .exe'),
23+ StringStruct(u'OriginalFilename', u'SDModelsManager .exe'),
2424 StringStruct(u'ProductName', u'$APP_NAME'),
2525 StringStruct(u'ProductVersion', u'$VERSION_STR')])
2626 ]),
You can’t perform that action at this time.
0 commit comments