Version file must be copied
This commit is contained in:
parent
3e30420698
commit
4f69bc3c7e
1 changed files with 3 additions and 3 deletions
6
build.sh
6
build.sh
|
@ -134,8 +134,8 @@ cd_and_exec backend/build/libs \
|
||||||
find . -maxdepth 1 -name 'piped-*-all.jar' -exec \
|
find . -maxdepth 1 -name 'piped-*-all.jar' -exec \
|
||||||
cp {} "$WORKDIR/piped.jar" \;
|
cp {} "$WORKDIR/piped.jar" \;
|
||||||
|
|
||||||
title 'Copying config...'
|
title 'Copying config and version...'
|
||||||
cd_and_exec backend cp config.properties "$WORKDIR"
|
cd_and_exec backend cp config.properties VERSION "$WORKDIR"
|
||||||
|
|
||||||
title 'Cleaning up...'
|
title 'Cleaning up...'
|
||||||
rm -rf backend reqwest4j
|
rm -rf backend reqwest4j
|
||||||
|
@ -149,7 +149,7 @@ echo '*** ************** ***'
|
||||||
|
|
||||||
title 'You need these files:'
|
title 'You need these files:'
|
||||||
|
|
||||||
for f in "piped.jar" "config.properties"
|
for f in "piped.jar" "config.properties" "VERSION"
|
||||||
do
|
do
|
||||||
echo " $(readlink -f "$f")"
|
echo " $(readlink -f "$f")"
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue