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 { return {
name = 'Game', name = "Game",
developer = 'Sage Vaillancourt', developer = "Sage Vaillancourt",
output = 'dist', output = "dist",
version = '0.1', version = "0.1",
love = '11.5', love = "11.5",
ignore = {'dist'}, ignore = { "dist" },
icon = 'icon.png', icon = "icon.png",
identifier = 'sagev.space.game', identifier = "sagev.space.game",
} }