Compare commits
2 Commits
6d3abf821a
...
8fc217b2f0
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fc217b2f0 | |||
| 3c9b959ad6 |
@ -26,6 +26,5 @@ $Env:GOOS="linux"
|
|||||||
$Env:GOARCH="amd64"
|
$Env:GOARCH="amd64"
|
||||||
go build -ldflags="-s -w" .
|
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 maingate -Update -DestinationPath maingate.zip
|
||||||
Compress-Archive -Path *-firebase-*.json -Update -DestinationPath maingate.zip
|
Compress-Archive -Path *-firebase-*.json -Update -DestinationPath maingate.zip
|
||||||
|
|||||||
Reference in New Issue
Block a user