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 /nsis/Makefile.am | |
parent | e71d1bcbae0775ec756f3de98b5c255df3e90243 (diff) |
Exploring possibilities of supporting nsis installation on Windows
Diffstat (limited to 'nsis/Makefile.am')
-rw-r--r-- | nsis/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nsis/Makefile.am b/nsis/Makefile.am new file mode 100644 index 0000000..8b2e209 --- /dev/null +++ b/nsis/Makefile.am @@ -0,0 +1 @@ +CLEANFILES = $(PACKAGE_NAME)-Setup.exe |