Hello
I'm using POM 4.4.3 (on 4.4.4 the installation for the application I want to use it does not work). I noticed that creating a shortcut on the Desktop for a specific .exe file it does not work.
I have fixed it opening the package content of the link, and edinting the Info.plist file replacing the <string>argv_emulator.py</string> with <string>playonmac</string>
It might be usefull for someone else.
KR, dk
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>Myapp</string>
<key>CFBundleExecutable</key>
<string>playonmac</string>
...