JAL-4026 update the viewport’s wrapped width after calculating it
[jalview.git] / utils / install4j / uninstall_app_dmg_file_inclusions.sh
1 #!/usr/bin/env bash
2
3 find Uninstall\ Old\ Jalview.app | perl -p -e 'chomp;$_=qq(            <file name=").$_.qq(" file="./).$_.qq(" />\n);' > uninstall_old_jalview_files.xml
4
5 # makes the file used to replace the line
6 # <file name="UNINSTALL_OLD_JALVIEW_APP_REPLACED_IN_GRADLE" file="./Uninstall Old Jalview.app" />
7 # (replacement happens in gradle)