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