btzy / nativefiledialog-extended

Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI bug?

ds5678 opened this issue · comments

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

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

Fixed by 397c4ba.