From 6a7cc596a79ce38c417f9abffb498be934e6dc53 Mon Sep 17 00:00:00 2001 From: Louie S Date: Thu, 2 May 2024 11:57:35 -0400 Subject: Exploring possibilities of supporting nsis installation on Windows --- nsis/Makefile.am | 1 + 1 file changed, 1 insertion(+) create mode 100644 nsis/Makefile.am (limited to 'nsis/Makefile.am') 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 -- cgit