pl2303-legacy icon indicating copy to clipboard operation
pl2303-legacy copied to clipboard

missing config.iss

Open michlalp opened this issue 2 years ago • 1 comments
trafficstars

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

michlalp avatar Jan 09 '23 16:01 michlalp

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

johnstevenson avatar Jan 10 '23 11:01 johnstevenson