diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index cdc12cdd8..098e35f20 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -4,9 +4,9 @@ on: types: [released] jobs: publish: - runs-on: windows-latest # action can only be run on windows + runs-on: ubuntu-latest steps: - - uses: vedantmgoyal2009/winget-releaser@v1 + - uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: RustDesk.RustDesk version: ${{ github.event.release.tag_name }} diff --git a/flutter/pubspec.lock b/flutter/pubspec.lock index 7b03bbeec..68629a565 100644 --- a/flutter/pubspec.lock +++ b/flutter/pubspec.lock @@ -335,7 +335,7 @@ packages: description: path: "." ref: HEAD - resolved-ref: 3535741662c5b7529e182227a277a8551aed3398 + resolved-ref: "3535741662c5b7529e182227a277a8551aed3398" url: "https://github.com/rustdesk-org/rustdesk_desktop_multi_window" source: git version: "0.1.0" diff --git a/flutter/run.sh b/flutter/run.sh index cc6436b38..79b45cba5 100755 --- a/flutter/run.sh +++ b/flutter/run.sh @@ -5,5 +5,5 @@ flutter pub get ~/.cargo/bin/flutter_rust_bridge_codegen --rust-input ../src/flutter_ffi.rs --dart-output ./lib/generated_bridge.dart --c-output ./macos/Runner/bridge_generated.h # call `flutter clean` if cargo build fails # export LLVM_HOME=/Library/Developer/CommandLineTools/usr/ -cargo build --features "flutter,flutter_texture_render" +cargo build --features flutter flutter run $@