mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01:00
9 lines
133 B
Bash
Executable File
9 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CDIR=$(pwd)
|
|
cd "$(dirname "$0")"
|
|
|
|
../AppHelper/create_mac_helper_apps.sh ../../../bin/ExternalPumpBrowser.app
|
|
|
|
cd "$CDIR"
|