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
|
git pull
|
||||||
hash=$(git rev-parse HEAD)
|
hash=$(git rev-parse HEAD)
|
||||||
date=$(date +%Y%m%d)
|
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 clean
|
||||||
make all
|
make all
|
||||||
if [ $? -eq 0 ]; then
|
if [ $? -eq 0 ]; then
|
||||||
|
@ -57,7 +57,7 @@ for i in $( ls ); do
|
||||||
cp $pm3Dir/$i/driver/proxmark3.inf "$buildDir/$i/Windows Driver"
|
cp $pm3Dir/$i/driver/proxmark3.inf "$buildDir/$i/Windows Driver"
|
||||||
rm $buildDir/$i/win$arch/hardnested/{*.h,*.c}
|
rm $buildDir/$i/win$arch/hardnested/{*.h,*.c}
|
||||||
cd $buildDir/$i
|
cd $buildDir/$i
|
||||||
zip -r $copyDir/$i-$arch/$date-$hash.zip ./*
|
zip -r $copyDir/$i-$arch/$i-$arch-$date-$hash.zip ./*
|
||||||
echo done
|
echo done
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue