1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00
Files
CEF4Delphi/demos/Lazarus_Mac/ExternalPumpBrowser/create_mac_helper.sh
2021-02-19 02:04:33 +01:00

9 lines
151 B
Bash
Executable File

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