Nuke.Unreal
Build Unreal apps in Style.
Loading...
Searching...
No Matches
SevenZip.cs
1
using
Nuke.Common.Tooling;
2
3
namespace
Nuke.Unreal
;
4
5
public
static
class
SevenZip
6
{
7
public
static
Tool Exe => ToolResolver.GetTool(
BuildCommon
.
GetContentsFolder
() /
"7z/7z.exe"
);
8
}
Nuke.Unreal.BuildCommon
Extra build related utilities not necessarily associated with Unreal tasks.
Definition
BuildCommon.cs:23
Nuke.Unreal.BuildCommon.GetContentsFolder
static AbsolutePath GetContentsFolder()
Get the contents folder Nuke.Unreal is shipped with. This is usually contained in the local nuget ins...
Definition
BuildCommon.cs:33
Nuke.Unreal.SevenZip
Definition
SevenZip.cs:6
Nuke.Unreal
Definition
ActorGenerator.cs:2
src
Nuke.Unreal
SevenZip.cs
Generated by
1.12.0