squattingmonk/nasher

Error: Duplicate target name -- After updating from 0.11.9.

Closed this issue · 3 comments

Haven't updated in a long while, however after an update to latest I am seeing a duplicate target name error. Is there a step I missed that required an update to nasher.cfg?

nasher.cfg:

[Package]
name = ""
description = ""
version = ""
url = ""
author = ""

[Sources]
include = "module/**/*.{nss,json}"

[Rules]
"*.nss" = ".ignore/"
"*" = "module/$ext"

[Target]
name = "tdn_build"
file = "tdn_build.mod"
description = ""

FWIW - Reverting nasher to 0.13.0 resolved the issue from what I can tell, howveer will report back as I find more details.

No changes to your nasher.cfg should be required.

I cannot replicate with the nasher.cfg you posted. Can you post the command used and the output you get when running it with --debug?

Looks like the unpack command was the culprit. Fixed in 0.17.3.