Add WinSW automatic update manifest

This commit is contained in:
2026-07-15 08:38:14 +00:00
parent 605c6b7d2a
commit 0eded90e6b
16 changed files with 111 additions and 17 deletions

View File

@@ -7,6 +7,16 @@ if not exist "smartb2bsync-enova.exe" (
exit /b 1
)
if not exist "..\config" mkdir "..\config"
if not exist "..\config\enova.json" (
if not exist "..\config\enova.json.sample" (
echo Brak ..\config\enova.json.sample.
exit /b 1
)
copy /Y "..\config\enova.json.sample" "..\config\enova.json" >nul
echo Utworzono lokalna konfiguracje ..\config\enova.json.
)
smartb2bsync-enova.exe install
if errorlevel 1 exit /b %errorlevel%