Skip to content

Commit

Permalink
Merge pull request #22 from rankynbass/wine-xiv-add-lsteamclient
Browse files Browse the repository at this point in the history
Add lsteamclient.so and lsteamclient.dll
  • Loading branch information
marzent authored Jun 25, 2024
2 parents 00055bf + f85035f commit 8bf9cd7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
8 changes: 8 additions & 0 deletions wine-tkg-git/wine-tkg-scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ _package_nomakepkg() {
fi
fi

# copy lsteamclient files. We don't want to strip these
cp -v "$_where"/lsteamclient/x86_64-unix/lsteamclient.so "$_prefix"/"$_lib64name"/wine/x86_64-unix/lsteamclient.so
cp -v "$_where"/lsteamclient/x86_64-windows/lsteamclient.dll "$_prefix"/"$_lib64name"/wine/x86_64-windows/lsteamclient.dll

cp -v "$_where"/last_build_config.log "$_prefix"/share/wine/wine-tkg-config.txt

# move our build to some subfolder
Expand Down Expand Up @@ -443,6 +447,10 @@ _package_makepkg() {
fi
fi

# copy lsteamclient files
cp -v "$_where"/lsteamclient/x86_64-unix/lsteamclient.so "$_prefix"/"$_lib64name"/wine/x86_64-unix/lsteamclient.so
cp -v "$_where"/lsteamclient/x86_64-windows/lsteamclient.dll "$_prefix"/"$_lib64name"/wine/x86_64-windows/lsteamclient.dll

cp "$_where"/last_build_config.log "${pkgdir}$_prefix"/share/wine/wine-tkg-config.txt

if [ "$_GENERATE_DEBIAN_PACKAGE" = "true" ] && [ "$_EXTERNAL_INSTALL" != "proton" ]; then
Expand Down

0 comments on commit 8bf9cd7

Please sign in to comment.