diff options
author | Louie S <louie@example.com> | 2024-05-02 13:29:54 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-05-02 13:29:54 -0400 |
commit | 7fce08d290c9dbe78f427913f66ac954bcd96733 (patch) | |
tree | 589cc807af75a7895e4060512ed00c13d77e8a49 /data | |
parent | 6a7cc596a79ce38c417f9abffb498be934e6dc53 (diff) |
Add license information to nsis installer
Diffstat (limited to 'data')
-rw-r--r-- | data/Makefile.am | 1 | ||||
-rw-r--r-- | data/Makefile.in | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index cb074ac..c8c7245 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -27,4 +27,3 @@ desktop_DATA = $(PACKAGE_NAME).desktop icon_DATA = $(PACKAGE_NAME).svg endif - diff --git a/data/Makefile.in b/data/Makefile.in index 871ecc4..6a5b3b2 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -188,6 +188,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@ |