Work on scripts.

master
Dominik Deák 5 years ago
parent c27a2c150e
commit 4e2ead90cf
  1. 4
      Scripts/Build/BuildLinux.sh

@ -51,9 +51,11 @@ buildDeb() {
if [ ! -f "./debian/changelog" ]; then
# Make the productName lowercase
# Make a lowercase package name to comply with
# Debian changelog formatting requirements.
packageName=$( echo "${productName}" | tr "[:upper:]" "[:lower:]" )
# Create a changelog file.
dch --create --controlmaint --distribution unstable \
--package "${packageName}" \
--newversion "${productVersion}" \

Loading…
Cancel
Save