summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLouie S <louie@example.com>2024-05-02 13:29:54 -0400
committerLouie S <louie@example.com>2024-05-02 13:29:54 -0400
commit7fce08d290c9dbe78f427913f66ac954bcd96733 (patch)
tree589cc807af75a7895e4060512ed00c13d77e8a49 /configure.ac
parent6a7cc596a79ce38c417f9abffb498be934e6dc53 (diff)
Add license information to nsis installer
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
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