gluck / il-repack

Open-source alternative to ILMerge
Apache License 2.0
1.16k stars 214 forks source link

Can't specify multiple times /lib #294

Closed sulan-blob closed 8 months ago

sulan-blob commented 3 years ago

Hey,

for some reason it doesn't work when I provide multiple /lib, here are the commands I use:

./ILRepack.exe C:/Users/X/Desktop/A.exe /out:C:/Users/X/Desktop/SomeDir/A.exe /lib:C:/Users/X/Desktop/SomeDir /lib:C:/Users/X/Desktop/AnotherDir

Only the first /lib is used, but not the second. Does anybody have a idea how the /lib is used multiple times?

Thanks for any help! :)

KirillOsenkov commented 8 months ago

Can you try the latest version? Seems to be working fine for me.