From f5060df56cb3349b085c66afac5c7ccb6c9d3ca8 Mon Sep 17 00:00:00 2001 From: Stylix58 Date: Sat, 1 May 2021 19:18:48 +0200 Subject: [PATCH] add an cd command to update-all.bat --- scripts/update/update-all.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update/update-all.bat b/scripts/update/update-all.bat index c16d576..51c600d 100644 --- a/scripts/update/update-all.bat +++ b/scripts/update/update-all.bat @@ -1,3 +1,4 @@ @ECHO on .\update-git.bat +cd fosscord\scripts\update .\update-npm.bat \ No newline at end of file