From 07ab1eacd09a7ade4934724872e15a50a781613e Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Sat, 27 Aug 2022 11:04:31 +0200 Subject: Move output to build dir Signed-off-by: Carl Schwan --- templates/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/admin.php') diff --git a/templates/admin.php b/templates/admin.php index 5a3cba711..56c6498a6 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -2,7 +2,7 @@ declare(strict_types=1); // SPDX-FileCopyrightText: 2022 Carl Schwan // SPDX-Licence-Identifier: AGPL-3.0-or-later -\OCP\Util::addScript('news', 'news-admin-settings'); +\OCP\Util::addScript('news', 'build/news-admin-settings'); ?>
-- cgit v1.2.3