added env variable for setting a version

small changed in build scripts
This commit is contained in:
Joel Klimont 2022-10-04 23:00:11 +02:00
parent 222d274ea7
commit d1e385a2a1
3 changed files with 15 additions and 14 deletions

View file

@ -3,11 +3,11 @@ fpm \
-m '"Joel Klimont" <joel.klimont@gmail.com>' \
--license 'proprietary' \
--description 'Library for robot used in the competition' \
--url "https://github.com/F-WuTS/compLIB" \
--deb-priority "optional" \
--deb-systemd "compsrv.service" \
--after-install postinstall.sh \
--after-upgrade postinstall.sh \
-p compsrv-1.0.0-0-any.deb \
--name compsrv \
--version 1.0.0-0 \
--architecture all \