Index: tools/update_paths.py =================================================================== diff -u -ra6079f93773541979196c88eadbd0cd30a2b3b5e -re1408993175c73512ea26437708e51c62fa43af2 --- tools/update_paths.py (.../update_paths.py) (revision a6079f93773541979196c88eadbd0cd30a2b3b5e) +++ tools/update_paths.py (.../update_paths.py) (revision e1408993175c73512ea26437708e51c62fa43af2) @@ -17,7 +17,7 @@ import os import shutil -SQUISH_QT_INSTALL_DIR="/home/denali/squish-for-qt-6.5-20191031-1443" +SQUISH_QT_INSTALL_DIR="/opt/squishqt" # this script must be run as root if squishqt is installed by root filepath = os.path.join(SQUISH_QT_INSTALL_DIR, "etc/paths.ini") current_file_dir = os.path.abspath(os.path.join(os.path.dirname(__file__)))