MinGW windres doesn't like an empty resource file, so invent a resource to
[sgt/puzzles] / lightup.c
index f1d9cc7..14c6974 100644 (file)
--- a/lightup.c
+++ b/lightup.c
@@ -2216,7 +2216,7 @@ static void game_print(drawing *dr, game_state *state, int tilesize)
 #endif
 
 const struct game thegame = {
-    "Light Up", "games.lightup",
+    "Light Up", "games.lightup", "lightup",
     default_params,
     game_fetch_preset,
     decode_params,