Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit c7e2cfb

Browse files
committed
updater
1 parent 3d94193 commit c7e2cfb

File tree

8 files changed

+926
-108
lines changed

8 files changed

+926
-108
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -367,3 +367,4 @@ FodyWeavers.xsd
367367
/sakuragram/Config
368368
sakuragram/Config/Config.cs
369369
/sakuragram/.idea
370+
sakuragram/Config.cs

installUpdate.bat

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
@echo
22

3-
Taskkill /f /im /CherryMerryGramDesktop.exe
3+
Taskkill /f /im /sakuragram.exe
44
set "%PATH%=%CD%"
55
:exit
6-
msiexec.exe /i "%PATH%\installer.msi" /qn /quiet
6+
msiexec.exe /i "%PATH%\sakuragram_Release_x64.msi" /qn /quiet
77
del "installer.msi";
88
cd %PATH%
9-
start CherryMerryGramDesktop.exe
9+
start sakuragram.exe

0 commit comments

Comments
 (0)