Created
February 21, 2017 04:31
-
-
Save rweichler/5e23a5a98aa905475a21d574a85f0a08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
myAppPath=$(dirname "$0") | |
exec "$myAppPath"/dpkg.exe_ "$@" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# set permissions of app | |
chown root:wheel /Applications/dpkg.app/dpkg.exe_ | |
chmod 6755 /Applications/dpkg.app/dpkg.exe_ | |
# set permissions of script | |
chown root:wheel /Applications/dpkg.app/dpkg.exe | |
chmod 755 /Applications/dpkg.app/dpkg.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
u basically have to compile it as dpkg.exe_
then make the Info.plist open dpkg.exe (bash script)
which then opens the real dpkg.exe_