ThomasTJdev/nim_websitecreator

Specify custom filename

ThomasTJdev opened this issue ยท 3 comments

Specify the filename in the config.cfg and compile with nim c -o:customFilename nimwc.

This will allow the user to have multiple instance running and not having all named nimwc.

appname = ""
So that can be reused on several places including Plugins. It can use a random string if left blank.
๐Ÿค”

Agree ๐Ÿ‘. Let's insert "nimwc" as standard? Maybe blank should not be accepted?

I agree ๐Ÿ‘