mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-10 14:26:34 +00:00
5 lines
65 B
Bash
Executable File
5 lines
65 B
Bash
Executable File
#!/bin/bash
|
|
|
|
cmake -B build
|
|
cmake --build build --target Sandbox
|