Add WinSW automatic update manifest
This commit is contained in:
@@ -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%
|
||||
|
||||
|
||||
Reference in New Issue
Block a user