Merge branch 'jxxghp:main' into main
This commit is contained in:
commit
97667249d5
2
update
2
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}"
|
||||
|
@ -1 +1 @@
|
||||
APP_VERSION = 'v1.1.0'
|
||||
APP_VERSION = 'v1.1.1'
|
||||
|
Loading…
x
Reference in New Issue
Block a user