-
Notifications
You must be signed in to change notification settings - Fork 0
/
lovebrew.toml
27 lines (24 loc) · 1.07 KB
/
lovebrew.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## --- Metadata Options --- ##
# [string] @title : Name of the game, default: 'SuperGame'.
# [string] @author : Author of the game, default: 'SuperAuthor'
# [string] @description : Description of the game, default: 'SuperDescription'
# [string] @version : Version of the game in {major}.{minor}.{revision} format, default: '0.1.0'
# [string] @icons : Icon paths, defaults: empty string ('')
[metadata]
title = "KonwentyPołudniowe3DS"
author = "TehFridge"
description = "Jaki konwent wariacie?"
version = "1.1.0"
icons = { ctr = "icon.png", hac = "icon.jpg"}
## --- Build Options --- ##
# [array] @targts : Target console(s) to build for. Default: ["ctr", "hac", "cafe"].
# These are 3DS, Switch, and Wii U respectively.
#
# [string] @source : Game source directory; relative to the config
# file. Default: "game".
# [bool] @packaged : Whether to bundle your game into the executable.
# Default: false.
[build]
targets = ["ctr", "hac"]
source = "main"
packaged = true