Skip to content

Commit

Permalink
Update control
Browse files Browse the repository at this point in the history
  • Loading branch information
freedomkk-qfeng committed Mar 23, 2023
1 parent 079f122 commit 40b23f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function pack() {
build
git log -1 --pretty=%h > gitversion
version=`./$app -v`
file_list="assets templates control cfg.example.json $app"
file_list="assets templates control cfg.json $app"
echo "...tar $app-$version.tar.gz <= $file_list"
tar zcf $app-$version.tar.gz gitversion $file_list
}
Expand Down

0 comments on commit 40b23f4

Please sign in to comment.