You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
9 lines
148 B
Bash
9 lines
148 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
CDIR=$(pwd)
|
||
|
cd "$(dirname "$0")"
|
||
|
|
||
|
../../Lazarus_Mac/AppHelper/create_mac_helper_apps.sh ../../../bin/ExternalPumpBrowser.app
|
||
|
|
||
|
cd "$CDIR"
|