chore: update macOS icons and add build script
Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
parent
ff67fb125b
commit
5ff3211c6d
19 changed files with 46 additions and 69 deletions
8
scripts/prepare-macos.sh
Executable file
8
scripts/prepare-macos.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if ! type "flutter" > /dev/null; then
|
||||
brew install flutter
|
||||
fi
|
||||
|
||||
brew install libolm
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue