mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-21 08:08:55 +00:00
6 lines
No EOL
92 B
Bash
Executable file
6 lines
No EOL
92 B
Bash
Executable file
#!/bin/sh
|
|
#!/usr/bin/env fish
|
|
echo 'Start building rust sdk'
|
|
rustup show
|
|
|
|
cargo make desktop |