chore: update macOS icons and add build script

Signed-off-by: TheOneWithTheBraid <the-one@with-the-braid.cf>
This commit is contained in:
TheOneWithTheBraid 2023-05-19 17:58:13 +02:00
commit 5ff3211c6d
19 changed files with 46 additions and 69 deletions

8
scripts/prepare-macos.sh Executable file
View file

@ -0,0 +1,8 @@
#!/usr/bin/env bash
if ! type "flutter" > /dev/null; then
brew install flutter
fi
brew install libolm