Scripts: Update cpp path in generate_update_glyph_ranges.py

pull/2871/head
Connor McLaughlin 3 years ago
parent 7842abfe6e
commit 3019aa320d

@ -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)

Loading…
Cancel
Save