Showing
1 changed file
with
4 additions
and
0 deletions
@@ -48,8 +48,12 @@ starter = "mod.load" | @@ -48,8 +48,12 @@ starter = "mod.load" | ||
48 | 48 | ||
49 | -- List of additional team files required | 49 | -- List of additional team files required |
50 | teams = { | 50 | teams = { |
51 | + -- Normal packaging | ||
51 | { "#name#-#version#-music.team", "optional", "/" }, | 52 | { "#name#-#version#-music.team", "optional", "/" }, |
52 | { "#name#-#version#-gfx.team", "optional", "/" }, | 53 | { "#name#-#version#-gfx.team", "optional", "/" }, |
54 | + -- Steam packaging | ||
55 | + { "#name#-music.team", "optional", "/" }, | ||
56 | + { "#name#-gfx.team", "optional", "/" }, | ||
53 | } | 57 | } |
54 | 58 | ||
55 | show_funfacts = true | 59 | show_funfacts = true |
-
Please register or login to post a comment