mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-11 01:15:46 -04:00
Scripts: Update cpp path in generate_update_glyph_ranges.py
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user