Skip to content

cake-contrib/Cake.ResourceHacker

Repository files navigation

Cake.ResourceHacker

A Cake AddIn that extends Cake with ResourceHacker command tools.

cakebuild.net NuGet

Branch Status
Master Build status
Develop Build status

Important

1.3.0

  • References Cake 4.0.0
  • Drops support for .NET Framework
  • Supports .net 6+

1.1.0 Supports Cake 0.33

1.0.0 Supports Cake 0.30 and .NET Standard 2.0.

Including addin

Including addin in cake script is easy.

#addin "Cake.ResourceHacker"

Usage

Resource Hacker has to be installed and it's ResourceHacker.exe in path.

To use the addin add it to Cake call the aliases and configure any settings you want.

#addin "Cake.ResourceHacker"

...

// How to login using a token
Task("Add")
	.Does(() => {
		// or more containers at once
		ResourceHackerAdd(new ResourceHackerSettings{ Open = "file path" });
	)};

Other commands follow same convention.

This version is built against ResourceHacker 5.1.6.

Discussion

If you have questions, search for an existing one, or create a new discussion on the Cake GitHub repository, using the extension-q-a category.

Join in the discussion on the Cake repository

Credits

Brought to you by Miha Markic and contributors.

Mastodon Follow (@MihaMarkic) and contributors.