15 lines
216 B
TOML
15 lines
216 B
TOML
[manifest]
|
|
version = "1.0.0"
|
|
dump_lua = true
|
|
priority = 0
|
|
|
|
# Patches applied before steamodded.
|
|
|
|
[[patches]]
|
|
[patches.copy]
|
|
target = "main.lua"
|
|
position = "prepend"
|
|
sources = [
|
|
"core/view-deck-steamodded.lua",
|
|
]
|