Skip to content

Commit

Permalink
just pack the latest for me
Browse files Browse the repository at this point in the history
Signed-off-by: xiaoleGun <[email protected]>
  • Loading branch information
xiaoleGun committed Nov 5, 2022
1 parent 9d7f719 commit 4947eab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,12 +178,13 @@ generateOtaJson() {
}
}

# I use a server so need it
personal() {
echo ""
echo "--> Pack all for me"
echo ""
7z a -t7z -r $BD/all.7z $BD/*
rm -rf $BD/*.zip $BD/ota.json
7z a -t7z -r $BD/all.7z $BD/*-$BUILD_DATE-UNOFFICIAL.zip $BD/ota.json
rm -rf $BD/*-$BUILD_DATE-UNOFFICIAL.zip $BD/ota.json
}

START=`date +%s`
Expand Down

0 comments on commit 4947eab

Please sign in to comment.