Skip to content

Commit 013390b

Browse files
author
ylexus
committed
fix linux script
1 parent 70ab7e9 commit 013390b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pull_and_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rm -f "${LOG}"
2424
RPI_ARG="-PraspberryPi"
2525
echo "Building on Raspberry PI"
2626
else
27-
RPI_ARG=""
27+
RPI_ARG="-Pdummy"
2828
fi
2929
./gradlew --info clean fullPackage "${RPI_ARG}" "-DVERSION=${VERSION}" "-DCLIENT_SECRET_PATH=$HOME/java/clientSecret.json"
3030
} >>"${LOG}" 2>&1

0 commit comments

Comments
 (0)