From df7d165228846d51beba93aaf133809d8f4824d4 Mon Sep 17 00:00:00 2001 From: 1024x2 Date: Tue, 13 Aug 2024 21:08:35 +0100 Subject: Move patches into a folder --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index c78474c..8f550c2 100755 --- a/build.sh +++ b/build.sh @@ -18,7 +18,7 @@ fi # Reset vexcord branch and apply patches git checkout -B vexcord origin/main -git am ../*.patch +git am ../vencord-patches/*.patch # Build vencord pnpm i --frozen-lockfile -- cgit v1.2.3