A Cake AddIn that extends Cake with ResourceHacker command tools.
Branch | Status |
---|---|
Master | |
Develop |
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 in cake script is easy.
#addin "Cake.ResourceHacker"
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.
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.
Brought to you by Miha Markic and contributors.
(@MihaMarkic) and contributors.