We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376fc01 commit c5d9188Copy full SHA for c5d9188
build/BuildMacOSTask.cs
@@ -18,6 +18,6 @@ public override void Run(BuildContext context)
18
19
// Copy artifact
20
context.CreateDirectory(context.ArtifactsDir);
21
- context.CopyFile("sdl/build/libSDL2-2.0.0.dylib", $"{context.ArtifactsDir}/libSDL2.dylib");
+ context.CopyFile("sdl/build/libSDL2-2.0.0.dylib", $"{context.ArtifactsDir}/libSDL2-2.0.0.dylib");
22
}
23
0 commit comments