Skip to content

Commit 35ef86c

Browse files
committed
更改脚本
1 parent 14999f4 commit 35ef86c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

shell/deploy.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
@echo off
12
set sendtopath=C:\Users\%username%\AppData\Roaming\Microsoft\Windows\SendTo
23

3-
move Publish\CnBlogPublishTool.exe.lnk %sendtopath%\CnBlogPublishTool.lnk
4+
move ..\Publish\CnBlogPublishTool.exe.lnk %sendtopath%\CnBlogPublishTool.lnk
45

56
pause

shell/publish.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
echo ×źą¸ˇ˘˛ź
33

4-
dotnet publish -c Release -r win10-x86 -o ../Publish
4+
dotnet publish ..\CnBlogPublishTool.sln -c Release -r win10-x86 -o ../Publish
55

66
echo ˇ˘˛źÍęłÉ
77

0 commit comments

Comments
 (0)