mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
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 re
|
||||||
import xml.etree.ElementTree as ET
|
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__), "..")
|
root_dir = os.path.join(os.path.dirname(__file__), "..")
|
||||||
src_path = os.path.join(root_dir, src_file)
|
src_path = os.path.join(root_dir, src_file)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue