我做了个mod,可是上传steam时出现了“.jpg files that are not referenced by any sii file are not allowed!"删掉JPG文件就没问题,可是mod管理器里就没预览图了,求大神支招。

複製內容到剪貼板
原始碼:
SiiNunit
{
# ".package_name" does not matter as the dot at the beginning of the file means that this unit is anonymous.
# Please keep this form to not make any conflicts with other mod packages (name collisions).
mod_package : .package_name {
# Package version can be any string with any length.
package_version: "1.0"
# Display name can be any string with any length.
display_name: "bilibili2233"
# Author can be any string with any length.
author: "kalatasa"
# Categories is an array of strings.
category[]: "truck"
category[]: "paint_job"
# Icon inside the root directory of the mod.
icon: "bilibili.jpg"
icon: "bilibili.jpg"
}
}