summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDevlin Junker <devlin.junker@gmail.com>2022-11-09 22:28:16 -0800
committerBenjamin Brahmer <info@b-brahmer.de>2022-11-17 14:50:53 +0100
commit7753837f6cebfaac4cc0c9f8ac09810210e99a3f (patch)
tree222a46af64221774fd080844b04541c94be67c8b /Makefile
parentc6b4bcc00e5202e85388a0624d149e8b1df386f8 (diff)
ensure admin settings page is working
Signed-off-by: Devlin Junker <devlin.junker@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 87c170b58..7029160a6 100644
--- a/Makefile
+++ b/Makefile
@@ -173,7 +173,7 @@ appstore:
# on macOS there is no option "--parents" for the "cp" command
mkdir -p $(appstore_sign_dir)/$(app_name)/js/build $(appstore_sign_dir)/$(app_name)/js/admin
cp js/build/app.min.js $(appstore_sign_dir)/$(app_name)/js/build
- cp js/build/news-admin-settings.js* $(appstore_sign_dir)/$(app_name)/js/build
+ cp js/nextcloud-news-admin-settings.js* $(appstore_sign_dir)/$(app_name)/js/build
# export the key and cert to a file
@if [ ! -f $(cert_dir)/$(app_name).key ] || [ ! -f $(cert_dir)/$(app_name).crt ]; then \
@@ -228,4 +228,4 @@ feed-server:
.PHONY: nextcloud-server
nextcloud-server:
- php -S 127.0.0.1:8080 -t $(CURDIR)/../../. \ No newline at end of file
+ php -S 127.0.0.1:8080 -t $(CURDIR)/../../.