Skip to content

Commit 674000e

Browse files
committed
fix: macOS 빌드시 Firestorm.nib를 찾는 문제 해결
1 parent 70219aa commit 674000e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

indra/newview/viewer_manifest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ def construct(self):
15441544
with self.prefix(src=icon_path) :
15451545
self.path("heuguchon_icon.icns")
15461546

1547-
self.path("Firestorm.nib")
1547+
self.path("Heuguchon.nib")
15481548
# Translations
15491549
self.path("English.lproj/language.txt")
15501550
self.replace_in(src="English.lproj/InfoPlist.strings",

0 commit comments

Comments
 (0)