Im talking about packaging it so you dont need to have like Wine or crossover installed to Run it you just double click the the program runs
3. I can run the program in Wine!The next best option is to run the application is Wine and after that run it in something like VMWare.
And in the platypus window do this (I've used Darwine's resources here because it's just simpler this way).#!/bin/sh
wine="$1/Contents/Resources/bin/mwine"
exe="$1/Contents/Resources/notepad.exe"
"$wine" "$exe"