Update automate.sh
parent
dd69af825a
commit
7b79aa3078
|
@ -57,5 +57,7 @@ do
|
||||||
done
|
done
|
||||||
|
|
||||||
cd $MainDir/dist
|
cd $MainDir/dist
|
||||||
|
echo "Replacing TIME"
|
||||||
sed -i 's/{TIME}/'$(date +%s)'/g' bintray.json
|
sed -i 's/{TIME}/'$(date +%s)'/g' bintray.json
|
||||||
|
echo "REPLACING PATH"
|
||||||
sed -i 's/{PATH}/'$MainDir'/g' bintray.json
|
sed -i 's/{PATH}/'$MainDir'/g' bintray.json
|
||||||
|
|
Loading…
Reference in New Issue