mirror of
https://github.com/jumpserver/lina.git
synced 2025-10-21 07:29:02 +00:00
fix: 修正版本获取不正确
This commit is contained in:
@@ -12,7 +12,7 @@ else
|
||||
fi
|
||||
|
||||
function change_version() {
|
||||
sedi "s@<strong> version-dev </strong>@<strong> ${VERSION} </strong>@g" "${project_dir}/src/layout/components/NavHeader/About.vue" || return 2
|
||||
sedi "s@version-dev@${VERSION}@g" "${project_dir}/src/layout/components/NavHeader/About.vue" || return 2
|
||||
}
|
||||
|
||||
function install_deps() {
|
||||
|
Reference in New Issue
Block a user