Skip to content

Commit

Permalink
change mac dylibs
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jan 26, 2024
1 parent a915ee6 commit 78c5899
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions desktop/src-tauri/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,17 +124,15 @@
WIN_RESOURCES.append("../../target/release/WebView2Loader.dll")

MAC_RESOURCES = [
"libavutil.dylib",
"libavformat.dylib",
"libavfilter.dylib",
"libavdevice.dylib",
"libswscale.dylib",
"libswresample.dylib",
"libavcodec.dylib"
"libavutil.58.dylib",
"libavformat.60.dylib",
"libavfilter.9.dylib",
"libavdevice.60.dylib",
"libswscale.7.dylib",
"libswresample.4.dylib",
"libavcodec.60.dylib"
]



# run after build
def clean():
for path in RESOURCES:
Expand Down

0 comments on commit 78c5899

Please sign in to comment.