Skip to content

Commit a73be6f

Browse files
committed
fix some build command
1 parent 2c976eb commit a73be6f

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

flutter/build_ios.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
# no obfuscate, because no easy to check errors
55
cd $(dirname $(dirname $(which flutter)))
66
git apply ~/rustdesk/.github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff
7+
cd -
78
flutter build ipa --release

flutter/ios_arm64.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/usr/bin/env bash
2-
cd $(dirname $(dirname $(which flutter)))
3-
git apply ~/rustdesk/.github/patches/flutter_3.24.4_dropdown_menu_enableFilter.diff
42
cargo build --features flutter,hwcodec --release --target aarch64-apple-ios --lib

0 commit comments

Comments
 (0)