From 6fdd193010f964dd96e3b2b5ee83795c10dd9f6a Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 15 Sep 2015 11:15:48 -0700 Subject: [PATCH] Hatch Installer Initial Commit Signed-off-by: Kyle new file: buildprocess.txt --- buildprocess.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 buildprocess.txt diff --git a/buildprocess.txt b/buildprocess.txt new file mode 100644 index 000000000..92722d733 --- /dev/null +++ b/buildprocess.txt @@ -0,0 +1,12 @@ +This is the build process for working on the installer. +;------------ +;Tools needed +NSIS 3.0: http://nsis.sourceforge.net/Main_Page + +;------- +;Windows + +1. Save any changes in src/hatch files +2. Add all content of src/hatch to zip file: hatch.zip +3. Move hatch.zip to base folder +4. Right click hatch.nsi -> Compile NSIS Script \ No newline at end of file -- 2.11.0