Let's see if anyone complains...

This commit is contained in:
Mathieu Comandon 2024-04-08 22:20:08 -07:00
parent bea9583d9a
commit 31c70ea23d

View file

@ -676,7 +676,7 @@ class Game(GObject.Object):
env["STORE"] = self.get_store_name()
# Some environment variables for the use of custom pre-launch and post-exit scripts.
env["game_name"] = self.name
env["GAME_NAME"] = self.name
if self.directory:
env["GAME_DIRECTORY"] = self.directory