Skip to content

Commit

Permalink
fix: release build
Browse files Browse the repository at this point in the history
  • Loading branch information
lollipopkit committed Jun 2, 2024
1 parent f0a4c4e commit cf65b8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
curl -u ${{ secrets.BASIC_AUTH }} -o android/key.properties ${{ secrets.URL_PREFIX }}key.properties
- name: Install dependencies
run: |
sudo apt update
sudo apt install libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libunwind-dev
- name: Build
run: dart run fl_build -p android,linux
Expand Down
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ packages:
source: hosted
version: "2.0.2"
app_links:
dependency: transitive
dependency: "direct main"
description:
name: app_links
sha256: "96e677810b83707ff5e10fac11e4839daa0ea4e0123c35864c092699165eb3db"
Expand Down Expand Up @@ -423,8 +423,8 @@ packages:
dependency: "direct main"
description:
path: "."
ref: "v1.0.27"
resolved-ref: "7f329a63eff761bbb2013d4865515a4aeaecf3e8"
ref: "v1.0.28"
resolved-ref: "391a9bf38c6971700bac9037dd9d5cc8698fc6fe"
url: "https://github.com/lollipopkit/fl_lib"
source: git
version: "0.0.1"
Expand Down
5 changes: 3 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ dependencies:
fl_lib:
git:
url: https://github.com/lollipopkit/fl_lib
ref: v1.0.27
extended_image: ^8.2.1
ref: v1.0.28
# path: ../fl_lib
extended_image: ^8.2.1
app_links: ^6.1.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion windows/runner/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "flutter_window.h"
#include "utils.h"

#include <uni_links_desktop/uni_links_desktop_plugin.h>
#include "app_links/app_links_plugin_c_api.h"

bool SendAppLinkToInstance(const std::wstring& title) {
// Find our exact window
Expand Down

0 comments on commit cf65b8e

Please sign in to comment.