Skip to content

Commit 15d0b32

Browse files
committed
Fix modinfo.lua version variable for smoke tests
- Replace $VERSION placeholder with "test" for CI smoke tests - This fixes "SpringBoard Core" not being found error - Spring concatenates name + " " + version, so "SpringBoard Core" + "test" = "SpringBoard Core test" - Script.txt now correctly references "SpringBoard Core test" Issue: Map texture loading still causes segfault at "Loading Square Textures" - Need to create proper DXT1-compressed SMT texture files - Or find alternative minimal map with working textures
1 parent 40d2dd8 commit 15d0b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modinfo.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
local modinfo = {
55
name = "SpringBoard Core",
66
shortName = "SB_C",
7-
version = "$VERSION",
7+
version = "test",
88
mutator = "Official",
99
description = "Core module of SpringBoard",
1010
modtype = 1,

0 commit comments

Comments
 (0)