mirror of
https://git.unlock-music.dev/um/web.git
synced 2024-12-28 16:25:03 +08:00
fix: syntax error for compare text in shell script
This commit is contained in:
parent
117a916374
commit
e80369703d
@ -21,7 +21,7 @@ esac
|
||||
mv dist "${DIST_NAME}"
|
||||
zip -rJ9 "${DIST_NAME}.zip" "${DIST_NAME}"
|
||||
|
||||
if [ "$1" == "legacy" ]; then
|
||||
if [ "$1" = "legacy" ]; then
|
||||
# For upcoming extension build
|
||||
mv "${DIST_NAME}" dist
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user