diff --git a/setup/docker/windows/install.bat b/setup/docker/windows/install.bat index f83f64ae5..f22a8292c 100644 --- a/setup/docker/windows/install.bat +++ b/setup/docker/windows/install.bat @@ -27,6 +27,7 @@ curl.exe -s -o docker-compose.yml https://dl.photoprism.app/docker/windows/docke curl.exe -s -o start.bat https://dl.photoprism.app/docker/windows/start.bat curl.exe -s -o stop.bat https://dl.photoprism.app/docker/windows/stop.bat curl.exe -s -o uninstall.bat https://dl.photoprism.app/docker/windows/uninstall.bat +curl.exe -s -o update.bat https://dl.photoprism.app/docker/windows/update.bat dir diff --git a/setup/docker/windows/uninstall.bat b/setup/docker/windows/uninstall.bat index c543e0987..9799f6c07 100644 --- a/setup/docker/windows/uninstall.bat +++ b/setup/docker/windows/uninstall.bat @@ -22,6 +22,7 @@ del start.bat del stop.bat del install.bat del uninstall.bat +del update.bat :END endlocal \ No newline at end of file