diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-10-24 20:44:24 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-10-27 21:45:32 +0100 |
| commit | bed96d486f85a9fa5171e2cdaa3858581d631b3a (patch) | |
| tree | 3762b496ef7180a3569c72b3626822e2fefa55c0 /run | |
| parent | 1dfb125a8e07f5185c229260ac0643e47eee5026 (diff) | |
Add uninstaller for the .pkg part of the disk writer on macOS (#1740).
Diffstat (limited to 'run')
| -rwxr-xr-x | run/dcpomatic_disk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dcpomatic_disk b/run/dcpomatic_disk index 990800461..ce8366012 100755 --- a/run/dcpomatic_disk +++ b/run/dcpomatic_disk @@ -1,7 +1,7 @@ #!/bin/bash export LD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:$LD_LIBRARY_PATH -export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/carl/Environments/dcpomatic/64/lib +export DYLD_LIBRARY_PATH=build/src/lib:build/src/wx:build/src/asdcplib/src:/Users/ci/osx-environment/64/lib if [ "$1" == "--debug" ]; then shift gdb --args build/src/tools/dcpomatic2_disk $* |
