From 5728d4bec0ac5225fcdc23b1b936960010177242 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 18 Dec 2025 19:51:28 +0000 Subject: Update content-type for /shadow-vrchat.ps1 response to text/plain --- server/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server') diff --git a/server/index.js b/server/index.js index 84a4f55..57ed1d6 100644 --- a/server/index.js +++ b/server/index.js @@ -35,10 +35,10 @@ export default { "https://raw.githubusercontent.com/zuedev/monorepo/main/unsorted/Shadow%20VRChat%20Devbox/setup.ps1" ); - // return the script with the correct content-type + // return the script as text/plain return new Response(scriptResponse.body, { headers: { - "Content-Type": "application/octet-stream", + "Content-Type": "text/plain", }, }); } -- cgit v1.2.3