CEF4Delphi/demos/Lazarus_any_OS/ExternalPumpBrowser/create_mac_helper.sh

9 lines
133 B
Bash
Raw Normal View History

#!/bin/sh
CDIR=$(pwd)
cd "$(dirname "$0")"
2021-02-16 22:16:58 +01:00
../AppHelper/create_mac_helper_apps.sh ../../../bin/ExternalPumpBrowser.app
cd "$CDIR"