diff --git a/build.lua b/build.lua index e599bde..9a7d981 100644 --- a/build.lua +++ b/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', -} \ No newline at end of file + identifier = "sagev.space.game", +}