diff --git a/update b/update index ac3e7f6b..86c12269 100644 --- a/update +++ b/update @@ -28,7 +28,7 @@ if [ "${MOVIEPILOT_AUTO_UPDATE_DEV}" = "true" ]; then if [ $? -eq 0 ]; then echo "前端程序下载成功" rm -rf /app - mv /tmp/MoviePilot* /app + mv /tmp/app /app rm -rf /public mv /tmp/dist /public echo "程序更新成功,前端版本:${frontend_version},后端版本:${release_version}" diff --git a/version.py b/version.py index 34f2fd14..016421e4 100644 --- a/version.py +++ b/version.py @@ -1 +1 @@ -APP_VERSION = 'v1.1.0' +APP_VERSION = 'v1.1.1'