Add build number to version

main
Nicolas Arenas 2025-03-17 19:34:54 +01:00
parent b07af81a55
commit b3696d8c1c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ def call(String repoDir) {
sh """#!/bin/bash
set -e # Detener la ejecución en caso de error
INPUT_FILE="${repoDir}/changelog.md"
INPUT_FILE="${repoDir}/CHANGELOG.md"
OUTPUT_FILE="${repoDir}/debian/changelog"
PACKAGE_NAME="oggui"
MAINTAINER_NAME="Lucas Lara"