From 77177a7259b9ce4c3638b7c98a319a07161b9980 Mon Sep 17 00:00:00 2001
From: Jared Hancock <jared@osticket.com>
Date: Wed, 4 Sep 2013 19:13:42 +0000
Subject: [PATCH] Include setup/tips.html in download package

---
 setup/cli/package.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup/cli/package.php b/setup/cli/package.php
index 45fd51770..4bae36081 100755
--- a/setup/cli/package.php
+++ b/setup/cli/package.php
@@ -110,7 +110,7 @@ package("setup/scripts/*", "scripts/", -1, "*stage");
 package("include/{,.}*", "upload/include", -1, array('*ost-config.php', '*.sw[a-z]'));
 
 # Include the installer
-package("setup/*.{php,txt}", "upload/setup", -1, array("*scripts","*test","*stage"));
+package("setup/*.{php,txt,html}", "upload/setup", -1, array("*scripts","*test","*stage"));
 foreach (array('css','images','js') as $dir)
     package("setup/$dir/*", "upload/setup/$dir", -1);
 package("setup/inc/streams/*.sql", "upload/setup/inc/streams", -1);
-- 
GitLab