From 40ff734eb9011eed33995d1a22166ef1eb9f660a Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Tue, 17 May 2022 12:09:19 +0200 Subject: [PATCH] Generate app zip files and homebrew file --- .goreleaser_ui_darwin.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.goreleaser_ui_darwin.yaml b/.goreleaser_ui_darwin.yaml index 04d6fb44e..e4bc55ccc 100644 --- a/.goreleaser_ui_darwin.yaml +++ b/.goreleaser_ui_darwin.yaml @@ -1,8 +1,8 @@ -project_name: wiretrustee-ui +project_name: netbird-ui builds: - - id: wiretrustee-ui-darwin + - id: netbird-ui-darwin dir: client/ui - binary: wiretrustee-ui + binary: netbird-ui env: [CGO_ENABLED=1] goos: @@ -21,18 +21,18 @@ builds: archives: - builds: - - wiretrustee-ui-darwin + - netbird-ui-darwin -brews: - - - tap: - owner: wiretrustee - name: homebrew-client - token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}" - commit_author: - name: Wiretrustee - email: wiretrustee@wiretrustee.com - description: Wiretrustee project. - download_strategy: CurlDownloadStrategy - homepage: https://wiretrustee.com/ - license: "BSD3" + - id: netbird-app + builds: + - netbird-ui-darwin + format: zip + name_template: "{{ .ProjectName }}_app_{{ .Version }}_{{ .Os }}_{{ .Arch }}" + wrap_in_directory: true + files: + - src: client/ui/Info.plist + strip_parent: true + dst: ./ + - src: client/ui/Netbird.icns + dst: ./ + strip_parent: true