mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-05-23 21:50:21 +02:00
9 lines
128 B
Bash
Executable File
9 lines
128 B
Bash
Executable File
#!/bin/sh
|
|
|
|
CDIR=$(pwd)
|
|
cd "$(dirname "$0")"
|
|
|
|
../AppHelper/create_mac_helper_apps.sh ../../../bin/SimpleBrowser2.app
|
|
|
|
cd "$CDIR"
|