Don't block waiting to initialize geoclue

This commit is contained in:
2022-12-24 00:18:38 -08:00
parent cae4e512f5
commit 52ccf6d080
3 changed files with 26 additions and 10 deletions

View File

@@ -18,8 +18,4 @@ Then you can run the program with
crystal run src/gtktest.cr
```
You can build for production with
```
shards build -Dpreview_mt --release --no-debug
```
You can build for production with `make` and install with `make install`