Skip to content

Commit

Permalink
修复打包脚本报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooling0602 committed Nov 9, 2024
1 parent 7d98cd4 commit f045b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pack_plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ main_ver=$(package_config "$config_file" "main" "ver")
is_stable=$(package_config "$config_file" "release" "test")
build_plg=$(package_config "$config_file" "ci" "build")

if ["$build_plg" -eq 1]; then
if ["$build_plg" -eq 1 ]; then
if [ "$is_stable" -eq 1 ]; then
zip -r "MatrixSync-v${main_ver}-${framework_ver}.mcdr" mcdreforged.plugin.json requirements.txt LICENSE lang matrix_sync
else
Expand Down

0 comments on commit f045b19

Please sign in to comment.