Use shared library

main
Nicolas Arenas 2025-03-17 19:30:52 +01:00
parent 925f03d91e
commit 86af425ec3
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ def call(String repoDir) {
set -e
set -x
INPUT_FILE="${repoDir}/changelog.md"
INPUT_FILE="${repoDir}/CHANGELOG.md"
OUTPUT_FILE="${repoDir}/debian/changelog"
PACKAGE_NAME="oggui"
MAINTAINER_NAME="Lucas Lara"