From 40e4e630cf9e24e9326d126eeab606e2ad85ed14 Mon Sep 17 00:00:00 2001 From: Sucukdeluxe <259325684+Sucukdeluxe@users.noreply.github.com> Date: Wed, 12 Aug 2026 02:44:40 +0200 Subject: [PATCH] chore(release): include download policy sources --- scripts/public-release-files.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/public-release-files.json b/scripts/public-release-files.json index 8bf62bd..c35e54b 100644 --- a/scripts/public-release-files.json +++ b/scripts/public-release-files.json @@ -44,6 +44,7 @@ "src/main/domain/config-export.ts", "src/main/domain/cutter-project.test.ts", "src/main/domain/cutter-project.ts", + "src/main/domain/download-policy-integration.test.ts", "src/main/domain/download-policy.test.ts", "src/main/domain/download-policy.ts", "src/main/domain/file-capability.test.ts", @@ -89,6 +90,8 @@ "src/main/domain/pkce.ts", "src/main/domain/token-store.test.ts", "src/main/domain/token-store.ts", + "src/main/domain/token-bucket-transform.test.ts", + "src/main/domain/token-bucket-transform.ts", "src/main/domain/top-clips-crawler.test.ts", "src/main/domain/top-clips-crawler.ts", "src/main/domain/twitch-oauth.test.ts", @@ -135,6 +138,7 @@ "src/renderer-production-path.integration.test.ts", "src/renderer-queue.ts", "src/renderer-settings.ts", + "src/renderer-settings-download-policy.test.ts", "src/renderer-settings-autosave.test.ts", "src/renderer-shared.ts", "src/renderer-stats.ts",