Skip to content

Commit

Permalink
Merge pull request #37 from TheAppgineer/drop-frb-generated-files
Browse files Browse the repository at this point in the history
Drop flutter_rust_bridge generated files
  • Loading branch information
JanKoudijs authored Nov 8, 2024
2 parents 7c54430 + 4c1e11c commit 0d41ca8
Show file tree
Hide file tree
Showing 16 changed files with 13 additions and 14,564 deletions.
4 changes: 4 additions & 0 deletions build-android.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
flutter_rust_bridge_codegen generate
flutter clean
flutter build apk --release
1 change: 1 addition & 0 deletions bundle-linux-aarch64.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
NAME=community_remote-linux-aarch64

flutter_rust_bridge_codegen generate
flutter clean
flutter build linux --release
mkdir -p build/$NAME/icons
Expand Down
1 change: 1 addition & 0 deletions bundle-linux-x86_64.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/sh
NAME=community_remote-linux-x86_64

flutter_rust_bridge_codegen generate
flutter clean
flutter build linux --release
mkdir -p build/$NAME/icons
Expand Down
5 changes: 5 additions & 0 deletions bundle-windows-x86_64.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
call flutter_rust_bridge_codegen generate
call flutter clean
call flutter build windows --release
call iscc windows\community_remote.iss
call 7z a -tzip build\windows\community_remote-windows-x86_64.zip build\windows\community_remote-windows-x86_64.exe
1 change: 1 addition & 0 deletions lib/src/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/rust
132 changes: 0 additions & 132 deletions lib/src/rust/api/roon_browse_mirror.dart

This file was deleted.

Loading

0 comments on commit 0d41ca8

Please sign in to comment.