Skip to content
Snippets Groups Projects
Commit de4db2d7 authored by Jared Hancock's avatar Jared Hancock
Browse files

Include setup/tips.html in download package

parent acd4f06d
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