diff --git a/GitSourceControl.uplugin b/GitSourceControl.uplugin index c0735f8..e367d2e 100644 --- a/GitSourceControl.uplugin +++ b/GitSourceControl.uplugin @@ -19,5 +19,15 @@ "Type": "UncookedOnly", "LoadingPhase": "Default" } - ] + ], + "PreBuildSteps": + { + "Mac": [ + "chmod +x \"$(PluginDir)/git-lfs-mac-amd64\"", + "chmod +x \"$(PluginDir)/git-lfs-mac-arm64\"" + ], + "Linux": [ + "chmod +x \"$(PluginDir)/git-lfs\"" + ] + }, }