Hello, I hope to find help here.
I'm developing in Adobe AIR on OSX. Now my customer wants an executable wrapped with the captive runtime for Windows. This can only be done on a Windows machine. So I came to wine.
I installed Java and the AIR sdk that includes adt that does the wrapping. It took me a while but it works now.
In the end though I got stuck at the point where adt needs to copy files into the final application. It uses xcopy for that.
I get an error saying: xcopy "invalid parameter /K". And indeed when running /? on xcopy the /K Parameter is not listed.
I tried a few xcopy versions I found on the net. But still no /K parameter there....
There is a Bug report: https://www.winehq.org/pipermail/wine-b ... 43992.html
Anyone here having an idea on that. A workaround or something?
Thank you for your help,
Martin