[Scummvm-git-logs] scummvm master -> a88a754de6dbc995c4919e3aa6992d51bd5aa0bd

bluegr bluegr at gmail.com
Wed Aug 18 12:34:35 UTC 2021


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
a88a754de6 SYMBIAN: Fix generation package(PKG) file


Commit: a88a754de6dbc995c4919e3aa6992d51bd5aa0bd
    https://github.com/scummvm/scummvm/commit/a88a754de6dbc995c4919e3aa6992d51bd5aa0bd
Author: Fiodar Stryzhniou (fedor_qd at mail.ru)
Date: 2021-08-18T15:34:33+03:00

Commit Message:
SYMBIAN: Fix generation package(PKG) file

Changed paths:
    backends/platform/symbian/symbian_builder/parse_gamedata.py


diff --git a/backends/platform/symbian/symbian_builder/parse_gamedata.py b/backends/platform/symbian/symbian_builder/parse_gamedata.py
index 3f38d9828f..0babbdaaae 100644
--- a/backends/platform/symbian/symbian_builder/parse_gamedata.py
+++ b/backends/platform/symbian/symbian_builder/parse_gamedata.py
@@ -43,7 +43,7 @@ pkg_template = """;;;
 
 ; List of localised vendor names - one per language. At least one must be provided (English [EN]).
 ; List must correspond to list of languages specified elsewhere in the .pkg
-%%{"ScummVM"}.
+%%{"ScummVM"}
 ; The non-localised, globally unique vendor name (mandatory).
 :"ScummVM"
 




More information about the Scummvm-git-logs mailing list