mtrojnar / osslsigncode

OpenSSL based Authenticode signing for PE/MSI/Java CAB files
Other
801 stars 131 forks source link

Can't run under Wine on macOS #172

Closed MarshalX closed 2 years ago

MarshalX commented 2 years ago

Env Mac Air M1. I tried the latest release for Apple Silicon from brew (2.3). I use wine-crossover from gcenx/wine (brew)

Reproduce

wine cmd /c start /wait /unix ./osslsigncode

Actual

050c:fixme:exec:SHELL_execute flags ignored: 0x00000100

Expected osslsigncode will work fine

Notes osslsigncode works fine without Wine ./osslsigncode . But it's not my goal

mtrojnar commented 2 years ago

Shouldn't you rather use osslsigncode.exe (from https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x64-windows-static.zip) with wine?

MarshalX commented 2 years ago

Shouldn't you rather use osslsigncode.exe (from https://github.com/mtrojnar/osslsigncode/releases/download/2.4/osslsigncode-2.4-x64-windows-static.zip) with wine?

It works) thank you!