changeset 566:f0354b35d906

Improve win32 MSI uploading by adding the current version number to the MSI filename.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 15 Nov 2012 21:39:03 +0200
parents de1af9652fef
children 6261511ecc96
files Makefile.w32
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.w32	Thu Nov 15 20:28:07 2012 +0200
+++ b/Makefile.w32	Thu Nov 15 21:39:03 2012 +0200
@@ -42,5 +42,5 @@
 $(DOC): update-doc
 
 upload: $(BINPATH)/nncsetup.msi $(DOC)
-	@scp $< ccr@tnsp.org:public_html/nnchat/
-	touch $@
+	@scp $< ccr@tnsp.org:public_html/nnchat/nncsetup-$(NN_VERSION).msi
+	@touch $@