Lint build.lua

This commit is contained in:
Sage Vaillancourt 2025-03-19 23:42:18 -04:00
parent 5847e97912
commit 64a9dbc148
1 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
return {
name = 'Game',
developer = 'Sage Vaillancourt',
output = 'dist',
version = '0.1',
love = '11.5',
ignore = {'dist'},
icon = 'icon.png',
name = "Game",
developer = "Sage Vaillancourt",
output = "dist",
version = "0.1",
love = "11.5",
ignore = { "dist" },
icon = "icon.png",
identifier = 'sagev.space.game',
}
identifier = "sagev.space.game",
}