CEF4Delphi/demos/Lazarus_Mac/ExternalPumpBrowser/create_mac_helper.sh

9 lines
151 B
Bash
Raw Normal View History

2021-02-18 23:55:24 +01:00
#!/bin/sh
CDIR=$(pwd)
cd "$(dirname "$0")"
../../Lazarus_any_OS/AppHelper/create_mac_helper_apps.sh ../../../bin/ExternalPumpBrowser.app
cd "$CDIR"