Skip to content

Commit

Permalink
Update modinfo to include gitignored files.
Browse files Browse the repository at this point in the history
  • Loading branch information
folknor committed Sep 21, 2017
1 parent 11f4d74 commit f32e5dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modinfo.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@ return {
remote_file_id = 776095610,
readme = "readme.md",
steambb = "steam.bbcode",
-- stlrel uses git-archive, which means that any files in
-- .gitignore are not included. If you want to include any,
-- you need to add relative paths here.
zip = {
-- include all files from .gitignore
gitignore = true,
files = {} -- can contain relative file paths
}
}

0 comments on commit f32e5dc

Please sign in to comment.