Generate app zip files and homebrew file

This commit is contained in:
mlsmaycon
2022-05-17 12:07:44 +02:00
parent 77e58295e7
commit 3bb18167d8
4 changed files with 135 additions and 75 deletions

10
client/ui/Info.plist Normal file
View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>netbird-ui</string>
<key>CFBundleIconFile</key>
<string>Netbird</string>
</dict>
</plist>