johnstevenson / pl2303-legacy

Legacy PL2303 drivers for Windows 10 and Windows 11
80 stars 9 forks source link

missing config.iss #2

Closed michlalp closed 2 months ago

michlalp commented 1 year ago

Hello John, thank you for this driver, but it seems that config.iss is missing so Innosetup cannot compile.

johnstevenson commented 1 year ago

You either have to provide your own config.iss or pass the required parameters on the command-line. The latter method is how the build workflow runs:

https://github.com/johnstevenson/pl2303-legacy/blob/d5e022802b4bdbd051c17d98bc8217487070a935/.github/workflows/build.yml#L23