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 --- spec/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/Makefile.in b/spec/Makefile.in index a26fcc5..81eeff1 100644 --- a/spec/Makefile.in +++ b/spec/Makefile.in @@ -159,6 +159,7 @@ PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ PACKAGE_NAME = @PACKAGE_NAME@ PACKAGE_STRING = @PACKAGE_STRING@ PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_TITLE = @PACKAGE_TITLE@ PACKAGE_URL = @PACKAGE_URL@ PACKAGE_VERSION = @PACKAGE_VERSION@ PATH_SEPARATOR = @PATH_SEPARATOR@ -- cgit