1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-05-23 21:50:21 +02:00
2021-02-07 22:10:08 +01:00

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"