Skip to content

Commit 5167082

Browse files
Use .pot file extension in installer
1 parent c9fb3cd commit 5167082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/installer/nightly.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -811,7 +811,7 @@ SectionGroup /e "$(INST_SEC_CLIENT)" SECGCLIENT
811811

812812
SetOutPath "$INSTDIR\MTA\locale\"
813813
File /r "${FILES_ROOT}\mta\locale\*.png"
814-
File /r "${FILES_ROOT}\mta\locale\*.po"
814+
File /r "${FILES_ROOT}\mta\locale\*.pot"
815815

816816
SetOutPath "$INSTDIR"
817817
File "${FILES_ROOT}\Multi Theft Auto.exe"

0 commit comments

Comments
 (0)