From 55a5d29a66503248916f249ad2a1d8b37cde5a03 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 07:50:18 +0200 Subject: Adding upstream version 1.57.0+dfsg. Signed-off-by: Daniel Baumann --- dist/chromium/publish-beta.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/chromium/publish-beta.py') diff --git a/dist/chromium/publish-beta.py b/dist/chromium/publish-beta.py index 5a6e19f..a731e9b 100755 --- a/dist/chromium/publish-beta.py +++ b/dist/chromium/publish-beta.py @@ -43,9 +43,9 @@ github_owner = 'gorhill' github_repo = 'uBlock' # Load/save auth secrets -# The build directory is excluded from git +# The tmp directory is excluded from git ubo_secrets = dict() -ubo_secrets_filename = os.path.join(projdir, 'dist', 'build', 'ubo_secrets') +ubo_secrets_filename = os.path.join(projdir, 'tmp', 'ubo_secrets') if os.path.isfile(ubo_secrets_filename): with open(ubo_secrets_filename) as f: ubo_secrets = json.load(f) -- cgit v1.2.3