We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e69164 commit 4bead9bCopy full SHA for 4bead9b
.scripts/extract-metadata.py
@@ -31,7 +31,6 @@
31
toml = toml_file.read()
32
metadata['id'] = re.search(r'^name\s*=\s*"(.+)"', toml).group(1)
33
# ensure title is the same as the one in main.lua
34
- # TODO: don't assert, just print a GH Actions warning (idk how)
35
if (_win_title := re.search(r'^ProductName\s*=\s*"(.+)"$', toml, re.MULTILINE)) is None:
36
print('::error file=makelove.toml::Windows product name could not be found')
37
if metadata['title'] != _win_title.group(1):
0 commit comments