summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-02-24 16:35:32 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-03-01 17:23:12 +0100
commita131dd3aa27fe31cb126396d1c606a29266a27be (patch)
tree310280ed0fa654dd3b9340cc0b6e1ce4f16814fe /Makefile
parent7dfa18973ad448a4aa0b18884b68fdf85d649b2b (diff)
draft first dashboarddashboard
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a67191f79..923259206 100644
--- a/Makefile
+++ b/Makefile
@@ -172,8 +172,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/build/* $(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 \