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