Skip to content

Commit

Permalink
Merge pull request #360 from cunarist/fix-user-app
Browse files Browse the repository at this point in the history
Do not make the user app use local crate
  • Loading branch information
temeddix committed Jun 8, 2024
2 parents 02b7f76 + 34a61ec commit 9bda4a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions automate/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ def replace_text_in_file(filepath: str, change_from: str, change_to: str):
"flutter_ffi_plugin/example/native/*",
"user_app/native/*",
)
replace_text_in_file(
"Cargo.toml",
'rinf = { path = "./rust_crate" }',
"",
)

elif sys.argv[1] == "prepare-example-app":
os.chdir("./flutter_ffi_plugin/example")
Expand Down

0 comments on commit 9bda4a6

Please sign in to comment.