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"
|
||||
description:
|
||||
path: coinlib
|
||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
||||
resolved-ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
||||
ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||
resolved-ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||
url: "https://github.com/cypherstack/coinlib.git"
|
||||
source: git
|
||||
version: "1.1.0"
|
||||
|
@ -283,8 +283,8 @@ packages:
|
|||
dependency: "direct main"
|
||||
description:
|
||||
path: coinlib_flutter
|
||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
||||
resolved-ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
||||
ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||
resolved-ref: "376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7"
|
||||
url: "https://github.com/cypherstack/coinlib.git"
|
||||
source: git
|
||||
version: "1.1.0"
|
||||
|
|
|
@ -172,7 +172,7 @@ dependencies:
|
|||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib_flutter
|
||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
||||
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
@ -223,12 +223,12 @@ dependency_overrides:
|
|||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib_flutter
|
||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
||||
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
||||
coinlib:
|
||||
git:
|
||||
url: https://github.com/cypherstack/coinlib.git
|
||||
path: coinlib
|
||||
ref: f671c4fa93febf2ca155b44f182aa9cd55f5ee50
|
||||
ref: 376d520b4516d4eb7c3f0bd4b1522f7769f3f2a7
|
||||
|
||||
# required for dart 3, at least until a fix is merged upstream
|
||||
wakelock_windows:
|
||||
|
|
Loading…
Reference in a new issue