Commit 15d0b32
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 textures1 parent 40d2dd8 commit 15d0b32
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments