Merge branch 'jxxghp:main' into main

This commit is contained in:
thsrite 2023-09-02 23:49:23 +08:00 committed by GitHub
commit 97667249d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
update
View File

@ -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}"

View File

@ -1 +1 @@
APP_VERSION = 'v1.1.0'
APP_VERSION = 'v1.1.1'