CEF4Delphi/demos/Lazarus_Mac/SimpleBrowser2/create_mac_helper.sh
2021-02-07 22:10:08 +01:00

9 lines
128 B
Bash
Executable File

#!/bin/sh
CDIR=$(pwd)
cd "$(dirname "$0")"
../AppHelper/create_mac_helper_apps.sh ../../../bin/SimpleBrowser2.app
cd "$CDIR"