Skip to content

Howto sign a Wineskin winery MacOS generated application package? #451

Answered by kimnzl
RedondoARG77 asked this question in Q&A
Discussion options

You must be logged in to vote

One thing to check for is dot files in the root. I had one called ".wineskin_manager"
ls -la ${appName}.app/

I also had to correct the Info.plist
plutil -replace CFBundleExecutable -string wineskinlauncher ${appName}.app/Contents/Info.plist
<key>CFBundleExecutable</key> <string>WineskinLauncher</string>
to
<key>CFBundleExecutable</key> <string>wineskinlauncher</string>

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@RedondoARG77
Comment options

@Gcenx
Comment options

@RedondoARG77
Comment options

@kimnzl
Comment options

Answer selected by RedondoARG77
@RedondoARG77
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants