mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 00:06:38 +00:00
Fix app path from zip
This commit is contained in:
@@ -8,14 +8,14 @@ cask "{{ $projectName }}" do
|
|||||||
if Hardware::CPU.intel?
|
if Hardware::CPU.intel?
|
||||||
url "{{ $amdURL }}"
|
url "{{ $amdURL }}"
|
||||||
sha256 "{{ crypto.SHA256 $amdFileBytes }}"
|
sha256 "{{ crypto.SHA256 $amdFileBytes }}"
|
||||||
|
app "netbird_ui_darwin_amd64", target: "Netbird UI.app"
|
||||||
else
|
else
|
||||||
url "{{ $armURL }}"
|
url "{{ $armURL }}"
|
||||||
sha256 "{{ crypto.SHA256 $armFileBytes }}"
|
sha256 "{{ crypto.SHA256 $armFileBytes }}"
|
||||||
|
app "netbird_ui_darwin_arm64", target: "Netbird UI.app"
|
||||||
end
|
end
|
||||||
|
|
||||||
name "Netbird UI"
|
name "Netbird UI"
|
||||||
desc "Netbird UI Client"
|
desc "Netbird UI Client"
|
||||||
homepage "https://www.netbird.io/"
|
homepage "https://www.netbird.io/"
|
||||||
|
|
||||||
app "#{version}", target: "Netbird UI.app"
|
|
||||||
end
|
end
|
||||||
Reference in New Issue
Block a user