From 7fce08d290c9dbe78f427913f66ac954bcd96733 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 2 May 2024 13:29:54 -0400 Subject: Add license information to nsis installer --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7161235..39a7bb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ AC_INIT([terminal-media-launcher],[0.1]) +AC_SUBST([PACKAGE_TITLE], ["Terminal Media Launcher"]) AC_CONFIG_SRCDIR([src/draw.c]) #AC_CONFIG_HEADERS([config.h]) @@ -75,6 +76,7 @@ AC_CONFIG_FILES([Makefile docs/Makefile data/Makefile nsis/Makefile + nsis/installer.nsi spec/Makefile spec/terminal-media-launcher.spec]) AC_OUTPUT -- cgit