From 39198de60ab8c5f804687844bfb17454cd01ba47 Mon Sep 17 00:00:00 2001
From: Calvin Rose <calsrose@gmail.com>
Date: Sat, 22 Dec 2018 18:08:37 -0500
Subject: [PATCH] Add installer to distribution archive on windows.

---
 appveyor.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index 320c9c47..db9b82a3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,9 +20,10 @@ init:
 install:
     - build_win
     - build_win test
-    - build_win dist
     - choco install nsis -y -pre
     - call "C:\Program Files (x86)\NSIS\makensis.exe" janet-installer.nsi 
+    - build_win dist
+    - copy janet-install.exe doc\janet-install.exe 
     
 build: off