From 65a99e959ece8a74fdaa27758004354b082f4cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20D=C3=BCrrenberger?= Date: Mon, 9 Dec 2024 13:24:36 +0100 Subject: [PATCH] Remove redundant lib path for packaging --- tools/nuget/build.macos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/nuget/build.macos.sh b/tools/nuget/build.macos.sh index dfa96936..37463a73 100644 --- a/tools/nuget/build.macos.sh +++ b/tools/nuget/build.macos.sh @@ -208,7 +208,7 @@ copymodule graphics copymodule system copymodule window -cp -R "$SFMLLibDir/lib/"*.framework "$OutDir" +cp -R "$SFMLLibDir/"*.framework "$OutDir" popd # Pop CSFML popd # Pop $RID