We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14999f4 commit 35ef86cCopy full SHA for 35ef86c
shell/deploy.bat
@@ -1,5 +1,6 @@
1
+@echo off
2
set sendtopath=C:\Users\%username%\AppData\Roaming\Microsoft\Windows\SendTo
3
-move Publish\CnBlogPublishTool.exe.lnk %sendtopath%\CnBlogPublishTool.lnk
4
+move ..\Publish\CnBlogPublishTool.exe.lnk %sendtopath%\CnBlogPublishTool.lnk
5
6
pause
shell/publish.bat
@@ -1,7 +1,7 @@
@echo off
echo ×źą¸ˇ˘˛ź
-dotnet publish -c Release -r win10-x86 -o ../Publish
+dotnet publish ..\CnBlogPublishTool.sln -c Release -r win10-x86 -o ../Publish
echo ˇ˘˛źÍęłÉ
7
0 commit comments