Skip to content
Snippets Groups Projects
Commit 733638ce authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge pull request #701 from greezybacon/issue/package-tips-html


Include setup/tips.html in download package

Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
parents 2422d8ba 77177a72
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment