Set up love-build
This commit is contained in:
parent
bec3e8e68b
commit
5847e97912
3
Makefile
3
Makefile
|
@ -12,4 +12,5 @@ lint:
|
|||
stylua --indent-type Spaces ./
|
||||
|
||||
build: preprocess
|
||||
zip -r Game.love ./*
|
||||
# zip -r Game.love ./*
|
||||
love-build "$$(pwd)/main.lua"
|
||||
|
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
name = 'Game',
|
||||
developer = 'Sage Vaillancourt',
|
||||
output = 'dist',
|
||||
version = '0.1',
|
||||
love = '11.5',
|
||||
ignore = {'dist'},
|
||||
icon = 'icon.png',
|
||||
|
||||
identifier = 'sagev.space.game',
|
||||
}
|
Loading…
Reference in New Issue