diff --git a/bin/fix.bat b/bin/fix.bat index 9aed3f4..9699260 100644 --- a/bin/fix.bat +++ b/bin/fix.bat @@ -54,4 +54,4 @@ copy /y %src%\dist\check.vbs "C:\ProgramData\Microsoft\Windows\Start Menu\Progra echo Start service.. start %src%\dist\startup.vbs -rd /S /Q %temp%\ushio-win-systemd>nul \ No newline at end of file +rd /S /Q %temp%\ushio-win-systemd-master>nul \ No newline at end of file diff --git a/bin/softFix.bat b/bin/softFix.bat index d218afb..42c2941 100644 --- a/bin/softFix.bat +++ b/bin/softFix.bat @@ -33,4 +33,4 @@ xcopy /Y /Q /E %ushio%\src\boot %bin%>nul xcopy /Y /Q /E %ushio%\src\boot %userprofile%\ubin>nul xcopy /Y /Q /E %ushio%\src\etc %etc%>nul -rd /S /Q %temp%\ushio-win-systemd>nul \ No newline at end of file +rd /S /Q %temp%\ushio-win-systemd-master>nul \ No newline at end of file diff --git a/dist/check.vbs b/dist/check.vbs index 0de2165..f1f0c9b 100644 --- a/dist/check.vbs +++ b/dist/check.vbs @@ -59,7 +59,7 @@ end function function softUpdate() getPkg() exec("%userprofile%\ubin\7za.exe x -aoa -o%temp% -y %temp%\ushio.pkg.zip") - exec("%temp%\ushio-win-systemd\bin\softFix.bat") + exec("%temp%\ushio-win-systemd-master\bin\softFix.bat") end function function getLocalVersion() diff --git a/dist/update.vbs b/dist/update.vbs index d7c86bf..4cbf075 100644 --- a/dist/update.vbs +++ b/dist/update.vbs @@ -37,7 +37,7 @@ end function function update() getPkg() exec("%userprofile%\ubin\7za.exe x -aoa -o%temp% -y %temp%\ushio.pkg.zip") - sh.run "%temp%\ushio-win-systemd\bin\fix.bat" + sh.run "%temp%\ushio-win-systemd-master\bin\fix.bat" end function function checkVersion()