btzy/nativefiledialog-extended

CI bug?

ds5678 opened this issue · 2 comments

ds5678 commented

I've been working on generating automated builds for use in NuGet packages, and I noticed something in your build script:

autoappend: {flag: ON, name: NoAppendExtn}

This appears to be a bug because it doesn't match the other ones in the file.

autoappend: {flag: ON, name: AutoAppendExtn}

autoappend: [ {flag: OFF, name: NoAppendExtn} ] # By default the NFD_PORTAL mode does not append extensions, because it breaks some features of the portal

btzy commented

Thanks for the catch! Yes, this is definitely a bug.

btzy commented

Fixed by 397c4ba.