mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-18 16:44:32 +00:00
coinlib windows: use find_file to find dll location
This commit is contained in:
parent
1f0fc010b7
commit
831441335c
2 changed files with 7 additions and 7 deletions
|
@ -274,8 +274,8 @@ packages:
|
||||||
dependency: "direct overridden"
|
dependency: "direct overridden"
|
||||||
description:
|
description:
|
||||||
path: coinlib
|
path: coinlib
|
||||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||||
resolved-ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
resolved-ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||||
url: "https://github.com/cypherstack/coinlib.git"
|
url: "https://github.com/cypherstack/coinlib.git"
|
||||||
source: git
|
source: git
|
||||||
version: "1.1.0"
|
version: "1.1.0"
|
||||||
|
@ -283,8 +283,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: coinlib_flutter
|
path: coinlib_flutter
|
||||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||||
resolved-ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
resolved-ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||||
url: "https://github.com/cypherstack/coinlib.git"
|
url: "https://github.com/cypherstack/coinlib.git"
|
||||||
source: git
|
source: git
|
||||||
version: "1.1.0"
|
version: "1.1.0"
|
||||||
|
|
|
@ -172,7 +172,7 @@ dependencies:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/coinlib.git
|
url: https://github.com/cypherstack/coinlib.git
|
||||||
path: coinlib_flutter
|
path: coinlib_flutter
|
||||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
@ -223,12 +223,12 @@ dependency_overrides:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/coinlib.git
|
url: https://github.com/cypherstack/coinlib.git
|
||||||
path: coinlib_flutter
|
path: coinlib_flutter
|
||||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
||||||
coinlib:
|
coinlib:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/cypherstack/coinlib.git
|
url: https://github.com/cypherstack/coinlib.git
|
||||||
path: coinlib
|
path: coinlib
|
||||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
||||||
|
|
||||||
# required for dart 3, at least until a fix is merged upstream
|
# required for dart 3, at least until a fix is merged upstream
|
||||||
wakelock_windows:
|
wakelock_windows:
|
||||||
|
|
Loading…
Reference in a new issue