Skip to content

Commit

Permalink
Merge pull request #2476 from fzyzcjy/feat/2460
Browse files Browse the repository at this point in the history
Minor change doc
  • Loading branch information
fzyzcjy authored Jan 3, 2025
2 parents cc8fe89 + d25be33 commit ca8dfe0
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "flutter_package_example" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "flutter_package_example" "\0"
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "flutter_package_example.exe" "\0"
VALUE "ProductName", "flutter_package_example" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
2 changes: 1 addition & 1 deletion frb_example/flutter_via_create/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "flutter_via_create" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "flutter_via_create" "\0"
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "flutter_via_create.exe" "\0"
VALUE "ProductName", "flutter_via_create" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
2 changes: 1 addition & 1 deletion frb_example/flutter_via_integrate/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "flutter_via_integrate" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "flutter_via_integrate" "\0"
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "flutter_via_integrate.exe" "\0"
VALUE "ProductName", "flutter_via_integrate" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
2 changes: 1 addition & 1 deletion frb_example/integrate_third_party/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "frb_example_integrate_third_party" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "frb_example_integrate_third_party" "\0"
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "frb_example_integrate_third_party.exe" "\0"
VALUE "ProductName", "frb_example_integrate_third_party" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
2 changes: 1 addition & 1 deletion frb_example/rust_ui_counter/ui/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "frb_example_rust_ui_counter" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "frb_example_rust_ui_counter" "\0"
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "frb_example_rust_ui_counter.exe" "\0"
VALUE "ProductName", "frb_example_rust_ui_counter" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
2 changes: 1 addition & 1 deletion frb_example/rust_ui_todo_list/ui/windows/runner/Runner.rc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ BEGIN
VALUE "FileDescription", "frb_example_rust_ui_todo_list" "\0"
VALUE "FileVersion", VERSION_AS_STRING "\0"
VALUE "InternalName", "frb_example_rust_ui_todo_list" "\0"
VALUE "LegalCopyright", "Copyright (C) 2024 com.example. All rights reserved." "\0"
VALUE "LegalCopyright", "Copyright (C) 2025 com.example. All rights reserved." "\0"
VALUE "OriginalFilename", "frb_example_rust_ui_todo_list.exe" "\0"
VALUE "ProductName", "frb_example_rust_ui_todo_list" "\0"
VALUE "ProductVersion", VERSION_AS_STRING "\0"
Expand Down
4 changes: 4 additions & 0 deletions website/docs/guides/how-to/cargo-workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,7 @@ Finally, run the project:
cd my_flutter_project/
flutter run
```

If flutter_rust_bridge does not find the directory of compiled outputs,
you can customize the [library loading](load-library.md) logic to explicitly specify the directory.
Please refer to [#2460](https://github.com/fzyzcjy/flutter_rust_bridge/issues/2460#issuecomment-2557979425) for an example.

0 comments on commit ca8dfe0

Please sign in to comment.