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

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2022-07-28 12:31:51 +0300
committerCôme Chilliet <come.chilliet@nextcloud.com>2022-08-01 11:19:57 +0300
commit9b1d9d9544eb0974abee0e94cfc016f1d73f529a (patch)
tree5fb9ac8040763cdf971e9570cd33a0f27de23884
parent515841b9cb46d6d996abde77246219719cc7f5fb (diff)
Use box compile instead of deprecated box build
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ff92142..6f6de78 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ box:
updater.phar: box updater.php lib/*.php buildVersionFile.php
php buildVersionFile.php
composer dump-autoload
- ./box build -c box.json
+ ./box compile -c box.json
chmod +x updater.phar
rm lib/Version.php