From 3c9b959ad6987480b6d351b10e2f5a743c51e4f3 Mon Sep 17 00:00:00 2001 From: mountain Date: Wed, 21 Jun 2023 17:16:45 +0900 Subject: [PATCH] =?UTF-8?q?config.json=ED=8C=8C=EC=9D=BC=EC=9D=80=20?= =?UTF-8?q?=EB=B3=84=EB=8F=84=EB=A1=9C=20=EB=B0=B0=ED=8F=AC=EB=90=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make_maingate_package.ps1 | 1 - 1 file changed, 1 deletion(-) diff --git a/make_maingate_package.ps1 b/make_maingate_package.ps1 index 3598c70..6351629 100644 --- a/make_maingate_package.ps1 +++ b/make_maingate_package.ps1 @@ -26,6 +26,5 @@ $Env:GOOS="linux" $Env:GOARCH="amd64" go build -ldflags="-s -w" . -Compress-Archive -Path config.json -Update -DestinationPath maingate.zip Compress-Archive -Path maingate -Update -DestinationPath maingate.zip Compress-Archive -Path *-firebase-*.json -Update -DestinationPath maingate.zip