From 8f129b85ad09c647fceb1e50ab3033b45207c660 Mon Sep 17 00:00:00 2001 From: syeopite Date: Mon, 19 Feb 2024 15:01:27 -0800 Subject: [PATCH] Use cache directory relative to Invidious repo https://github.com/iv-org/invidious/pull/2397#discussion_r753732453 --- .gitignore | 1 + videojs-dependencies.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7a26e1a6..686589ae 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /invidious /sentry /config/config.yml +/invidious-videojs-dep-install \ No newline at end of file diff --git a/videojs-dependencies.yml b/videojs-dependencies.yml index 53c7b179..274a960a 100644 --- a/videojs-dependencies.yml +++ b/videojs-dependencies.yml @@ -2,7 +2,7 @@ version: 1 registry_url: "https://registry.npmjs.org" # Dependencies are stored as /package.tgz -cache_directory: "/tmp/invidious-videojs-dep-install" +cache_directory: "./invidious-videojs-dep-install" dependencies: #Due to a 'video append of' error (see #3011), we're stuck on 7.12.1.