Skip to content

Commit

Permalink
自动打包简化
Browse files Browse the repository at this point in the history
  • Loading branch information
Mooling0602 committed Nov 8, 2024
1 parent 5a3d4e2 commit 9ce293b
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")

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

0 comments on commit 9ce293b

Please sign in to comment.