Scripts: Update cpp path in generate_update_glyph_ranges.py
This commit is contained in:
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…
Reference in New Issue