Skip to content

Commit

Permalink
to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
john-shine committed Nov 2, 2019
1 parent 1c3bc65 commit fa6f3bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
2 changes: 1 addition & 1 deletion pkgCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ pkg_version=$(cat VERSION)
cp INFO .INFO
echo -e "\nversion=\"${pkg_version}\"" >> INFO
tar -czf package.tgz ./package/*
rm -rf build/
mkdir -p build/
mkdir -p conf/
rm -f build/baiduNetdisk.spk
tar -cvf "build/baiduNetdisk-${pkg_version}.spk" scripts/* INFO PACKAGE_ICON.PNG PACKAGE_ICON_256.PNG package.tgz conf/
rm -f package.tgz
mv .INFO INFO

0 comments on commit fa6f3bb

Please sign in to comment.