diff options
author | Louie S <louie@example.com> | 2024-05-02 11:57:35 -0400 |
---|---|---|
committer | Louie S <louie@example.com> | 2024-05-02 11:57:35 -0400 |
commit | 6a7cc596a79ce38c417f9abffb498be934e6dc53 (patch) | |
tree | b50588a063705fc1da26d618f130be5727f42899 /configure.ac | |
parent | e71d1bcbae0775ec756f3de98b5c255df3e90243 (diff) |
Exploring possibilities of supporting nsis installation on Windows
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bb8e8e8..7161235 100644 --- a/configure.ac +++ b/configure.ac @@ -74,6 +74,7 @@ AC_CONFIG_FILES([Makefile src/Makefile docs/Makefile data/Makefile + nsis/Makefile spec/Makefile spec/terminal-media-launcher.spec]) AC_OUTPUT |