update: deps

wip: add arm,arm64 triplet

opt: macos nightly ci
This commit is contained in:
Kingtous
2022-11-20 16:54:54 +08:00
committed by kingtous
parent 592a609fb6
commit 8b15174ca6
9 changed files with 358 additions and 728 deletions

View File

@@ -96,9 +96,7 @@ class PlatformFFI {
? DynamicLibrary.open('librustdesk.so')
: Platform.isWindows
? DynamicLibrary.open('librustdesk.dll')
: Platform.isMacOS
? DynamicLibrary.open('librustdesk.dylib')
: DynamicLibrary.process();
: DynamicLibrary.process();
debugPrint('initializing FFI $_appType');
try {
_translate = dylib.lookupFunction<F2, F2>('translate');