Skip to content

Commit

Permalink
refactor: adjusting discord-rpc dependencies to work with windows
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoc7 committed Apr 27, 2024
1 parent e81fde8 commit 43b40a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ jobs:
# Copy dependency library
if ("${{runner.os}}" -eq "Linux") {
$DEPENDENCY_LIB_PATH = "${PLUGIN_DIR_BASE}/dependencies/discord-rpc/linux-dynamic/lib/libdiscord-rpc.so"
$DEPENDENCY_LIB_PATH = "dependencies/discord-rpc/linux-dynamic/lib/libdiscord-rpc.so"
Copy-Item -Path $DEPENDENCY_LIB_PATH -Destination $PLUGIN_DIR_OUT
}
Expand Down

0 comments on commit 43b40a1

Please sign in to comment.