mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 22:57:12 -04: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 |