s-d-a / DCS-ExportScripts

DCS World Export Scripts
GNU Lesser General Public License v3.0
114 stars 52 forks source link

A fatal typo in installation instruction (Export.lua code) #18

Open CalypteCreative opened 3 years ago

CalypteCreative commented 3 years ago

Hi,

Thanks for this amazing tool. I had a minor issue when I installed it. The manual gives this code to be added to Export.lua dofile(lfs.writedir()..[[Scripts\DCS-ExportScript\ExportScript.lua]]))

There is a typo - an unnecessary bracket at the end of this line that prevents the code from running. The code in your Export.lua file is ok, so it's only the problem of the written instruction.