Skip to content

Commit

Permalink
update uotantoolboxnt
Browse files Browse the repository at this point in the history
  • Loading branch information
taotieren committed Mar 1, 2025
1 parent bb03cdf commit d33e085
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion aur-repo/uotantoolboxnt/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ package() {
if [ "$CARCH" == "aarch64" ]; then
cp -r ${srcdir}/UotanToolboxNT.Binary/Linux_AArch64/* ${pkgdir}/usr/lib/UotanToolbox
cp -r publish-arm64/* ${pkgdir}/usr/lib/UotanToolbox

elif [ "$CARCH" == "loong64" ]; then
cp -r ${srcdir}/UotanToolboxNT.Binary/Linux_LoongArch64/* ${pkgdir}/usr/lib/UotanToolbox
cp -r publish-x64/* ${pkgdir}/usr/lib/UotanToolbox
else
cp -r ${srcdir}/UotanToolboxNT.Binary/Linux_AMD64/* ${pkgdir}/usr/lib/UotanToolbox
cp -r publish-x64/* ${pkgdir}/usr/lib/UotanToolbox
Expand Down

0 comments on commit d33e085

Please sign in to comment.