bug_fix:更改图标文件名

This commit is contained in:
fengbohan 2023-08-16 17:44:38 +08:00
parent dcfcc0dae1
commit 17c3740cf5
2 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@ -33,7 +33,7 @@ set WorkDir=%~dp0
rem 设置快捷方式说明
set Desc=写周报了
rem 设置快捷方式图标
set icon=%~dp0/favicon.ico
set icon=%~dp0/auto_run_python_favicon.ico
if not defined WorkDir call:GetWorkDir "%Program%"
(echo Set WshShell=CreateObject("WScript.Shell"^)
echo strDesKtop=WshShell.SpecialFolders("DesKtop"^)