mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
Fix build_sdk.sh
Fixed a typo (aarch64 -> x86) Since I was here : Capitalized the OS names
This commit is contained in:
parent
66defa85f6
commit
94dc76d1a9
@ -16,15 +16,14 @@ rustup show
|
|||||||
|
|
||||||
# TODO: Automatically exec the script base on the current system
|
# TODO: Automatically exec the script base on the current system
|
||||||
|
|
||||||
# for macos
|
# for macOS
|
||||||
cargo make --profile development-mac flowy-sdk-dev
|
cargo make --profile development-mac flowy-sdk-dev
|
||||||
|
|
||||||
# for window
|
# for Windows
|
||||||
#cargo make --profile development-windows flowy-sdk-dev
|
#cargo make --profile development-windows flowy-sdk-dev
|
||||||
|
|
||||||
|
# for Linux x86
|
||||||
# for linux aarch64
|
|
||||||
#cargo make --profile development-linux-x86 flowy-sdk-dev
|
#cargo make --profile development-linux-x86 flowy-sdk-dev
|
||||||
|
|
||||||
# for linux aarch64
|
# for Linux aarch64
|
||||||
#cargo make --profile development-linux-aarch64 flowy-sdk-dev
|
#cargo make --profile development-linux-aarch64 flowy-sdk-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user