Skip to content

Commit

Permalink
scripts: welcome page was moved
Browse files Browse the repository at this point in the history
  • Loading branch information
andi34 committed Sep 17, 2024
1 parent e68d2fb commit a791900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pack-build.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ function createArchive(fileName, archive) {
archive.directory('template');
archive.directory('test');
archive.directory('vendor');
archive.directory('welcome');
archive.file('config/.htaccess');
archive.file('config/config.inc.php');
archive.file('chromakeying.php');
Expand All @@ -73,7 +74,6 @@ function createArchive(fileName, archive) {
archive.file('private/README.md');
archive.file('README.md');
archive.file('trigger.php');
archive.file('welcome.php');
archive.directory('node_modules/@andreasremdt/simple-translator/');
archive.directory('node_modules/font-awesome/');
archive.directory('node_modules/material-icons');
Expand Down

0 comments on commit a791900

Please sign in to comment.