Skip to content

Commit

Permalink
Update pick.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Sep 30, 2022
1 parent 030ce09 commit effeeab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/pick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,13 @@ build_app(){
fi


cp -r $rootPath/scripts $rootPath/tmp/build
cp -r $rootPath/LICENSE $rootPath/tmp/build
cp -r $rootPath/README.md $rootPath/tmp/build
cp -rf $rootPath/scripts $rootPath/tmp/build
cp -rf $rootPath/LICENSE $rootPath/tmp/build
cp -rf $rootPath/README.md $rootPath/tmp/build
cp -rf $rootPath/conf $rootPath/tmp/build

cd $rootPath/tmp/build && xattr -c * && rm -rf ./*/.DS_Store && rm -rf ./*/*/.DS_Store
cd $rootPath/tmp/build && rm -rf ./conf/app.conf && rm -rf ./conf/locale


if [ $1 == "windows" ];then
Expand Down

0 comments on commit effeeab

Please sign in to comment.