使用 DroneCI 自动构建 #13

Merged
jixunmoe merged 10 commits from ci/build-with-drone into master 2022-11-26 21:05:40 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 3c79a1f6e2 - Show all commits

View File

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