Make the prefs window a little wider on macOS to (hopefully) fit all the icons in...
[dcpomatic.git] / hacks / start_server.sh
1 #!/bin/bash
2 killall dcpomatic2_server_cli || :
3 screen -dmS dcpomatic bash -c 'cd src/dcpomatic; LD_LIBRARY_PATH=$HOME/lib run/dcpomatic_server_cli --verbose'