mirror of
https://github.com/Gator96100/ProxSpace.git
synced 2025-08-21 05:43:26 -07:00
Changed zip filename
This commit is contained in:
parent
145caa6f6a
commit
1bdc532f2a
1 changed files with 2 additions and 2 deletions
|
@ -37,7 +37,7 @@ for i in $( ls ); do
|
|||
git pull
|
||||
hash=$(git rev-parse HEAD)
|
||||
date=$(date +%Y%m%d)
|
||||
if ! ls $copyDir/$i-$arch/$date-$hash.zip 1> /dev/null 2>&1; then
|
||||
if ! ls $copyDir/$i-$arch/$i-$arch-$date-$hash.zip 1> /dev/null 2>&1; then
|
||||
make clean
|
||||
make all
|
||||
if [ $? -eq 0 ]; then
|
||||
|
@ -57,7 +57,7 @@ for i in $( ls ); do
|
|||
cp $pm3Dir/$i/driver/proxmark3.inf "$buildDir/$i/Windows Driver"
|
||||
rm $buildDir/$i/win$arch/hardnested/{*.h,*.c}
|
||||
cd $buildDir/$i
|
||||
zip -r $copyDir/$i-$arch/$date-$hash.zip ./*
|
||||
zip -r $copyDir/$i-$arch/$i-$arch-$date-$hash.zip ./*
|
||||
echo done
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue