Lint build.lua
This commit is contained in:
parent
5847e97912
commit
64a9dbc148
18
build.lua
18
build.lua
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue