CEF4Delphi/demos/Lazarus_Mac/ExternalPumpBrowser/create_mac_helper.sh
2021-02-16 18:10:01 +01:00

9 lines
148 B
Bash
Executable File

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