Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-12 11:23:00 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-06-12 11:26:53 +0300
commit62667914a0fb679f2a300934867ca24fbe6d44b6 (patch)
treed5131af12a0cac40054619667a32e6c25fd52bfd /build
parentcc78e17d5f50d734c3db71ff13589bd7ff4376bc (diff)
Copyright fix, changed vue settings output name and fixes template name
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'build')
-rwxr-xr-xbuild/vue-builds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/vue-builds.sh b/build/vue-builds.sh
index 4b3ea560fa2..e0ab377387e 100755
--- a/build/vue-builds.sh
+++ b/build/vue-builds.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-declare -a apps=("./settings/js/main.js" "./apps/updatenotification/js/merged.js")
+declare -a apps=("./settings/js/settings-vue.js" "./apps/updatenotification/js/merged.js")
root=$(pwd)
entryFile=$1