mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 00:05:55 +01:00
9 lines
151 B
Bash
Executable File
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"
|