Scripts: Update cpp path in generate_update_glyph_ranges.py

This commit is contained in:
Connor McLaughlin 2022-08-18 23:36:31 +10:00
parent 7842abfe6e
commit 3019aa320d

View file

@ -3,7 +3,7 @@ import os
import re
import xml.etree.ElementTree as ET
src_file = "src/duckstation-qt/qthost.cpp"
src_file = "src/duckstation-qt/qttranslations.cpp"
root_dir = os.path.join(os.path.dirname(__file__), "..")
src_path = os.path.join(root_dir, src_file)