From 5757a81cb877de2186e74048dfa11aa05eed6626 Mon Sep 17 00:00:00 2001 From: mountain Date: Tue, 24 Oct 2023 14:04:54 +0900 Subject: [PATCH] =?UTF-8?q?fba,=20template=20=ED=8F=B4=EB=8D=94=EB=A5=BC?= =?UTF-8?q?=20package=20=EC=97=90=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make_maingate_package.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/make_maingate_package.ps1 b/make_maingate_package.ps1 index c539772..dd5aae7 100644 --- a/make_maingate_package.ps1 +++ b/make_maingate_package.ps1 @@ -10,3 +10,5 @@ go build -ldflags="-s -w" . Compress-Archive -Path maingate -Update -DestinationPath maingate.zip Compress-Archive -Path *-firebase-*.json -Update -DestinationPath maingate.zip +Compress-Archive -Path fba -Update -DestinationPath maingate.zip +Compress-Archive -Path template -Update -DestinationPath maingate.zip