Skip to content

Commit

Permalink
update build sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LIU9293 committed Jun 26, 2023
1 parent 9710739 commit 48efdc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dioxus.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[application]

# App (Project) Name
name = "r2048"
name = "rust-2048"

# Dioxus App Default Platform
# desktop, web, mobile, ssr
Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ source "$HOME/.cargo/env"

cargo install dioxus-cli

rustup target add wasm32-unknown-unknown

dioxus build --release

0 comments on commit 48efdc4

Please sign in to comment.