Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.

Commit

Permalink
pack-build: add manual folder
Browse files Browse the repository at this point in the history
Change-Id: I2f2f80d69ab82b1613d6d2d965766c205f00617b
  • Loading branch information
andi34 committed Jun 1, 2020
1 parent 3986dcb commit 1d6c220
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions scripts/pack-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,23 @@ function createArchive(fileName, archive) {

archive.directory('admin');
archive.directory('api');
archive.file('button.py');
archive.file('config/.htaccess');
archive.file('config/config.inc.php');
archive.directory('lib');
archive.directory('login');
archive.directory('manual');
archive.directory('resources');
archive.directory('slideshow');
archive.directory('template');
archive.directory('vendor');
archive.directory('login');
archive.directory('slideshow');
archive.file('button.py');
archive.file('config/.htaccess');
archive.file('config/config.inc.php');
archive.file('chromakeying.php');
archive.file('gallery.php');
archive.file('index.php');
archive.file('phpinfo.php');
archive.file('LICENSE');
archive.file('README.md');
archive.file('package.json');
archive.file('gallery.php');
archive.file('phpinfo.php');
archive.file('README.md');
archive.file('update-booth.sh');
archive.file('node_modules/normalize.css/LICENSE.md');
archive.file('node_modules/normalize.css/normalize.css');
Expand Down

0 comments on commit 1d6c220

Please sign in to comment.