From 6f314afaabd3dd249dc832e4293de188521ea3b4 Mon Sep 17 00:00:00 2001 From: ootr Date: Fri, 29 Nov 2024 14:09:55 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AF=BE=E8=B1=A1=E3=83=91=E3=83=83=E3=82=B1?= =?UTF-8?q?=E3=83=BC=E3=82=B8=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/build.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/build.ts b/utils/build.ts index 46f5b62..3e65270 100644 --- a/utils/build.ts +++ b/utils/build.ts @@ -6,6 +6,7 @@ import { fileURLToPath } from 'url'; const targetPackages = [ "o-tr/jp.ootr.ImageGimmicksPack", "o-tr/jp.ootr.WeatherWidget", + "o-tr/jp.ootr.LaserPointer", "o-tr/jp.ootr.UdonZip", "o-tr/jp.ootr.UdonLZ4", "o-tr/jp.ootr.common", @@ -14,6 +15,7 @@ const targetPackages = [ "o-tr/jp.ootr.ImageDeviceControllerVisualizer", "o-tr/jp.ootr.ImageTab", "o-tr/jp.ootr.ImageSlide", + "o-tr/jp.ootr.ScreenMirror", "o-tr/jp.ootr.ImageScreen", ] as string[];