Change dpkg build to compile in the version number

This commit is contained in:
Alessio 2022-01-05 14:10:55 -05:00
parent 6ddb94d44c
commit 8af6b6d3a6

View File

@ -10,7 +10,7 @@ then
fi
# Compile the program
(cd ../cmd && ./compile.sh)
(cd ../cmd && ./compile.sh $1)
# Prepare the output folder
if [[ -e dpkg_tmp ]]