Age | Commit message (Collapse) | Author |
|
|
|
The `allowComments` and `allowTrailingCommas` fields are VSCode-specific extensions to JSON Schema.
|
|
|
|
This isn't used by SMAPI itself, but is used by some mods like Lookup Anything that copy this code.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix strict Linux sandbox support in launcher
|
|
|
|
i added a check for is found terminal is executable.
game will launch with standart exec if found terminal is not exist or executable.
( fix for issue #775 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This was originally added to reduce antivirus false positives, but they do it anyway at this point.
|
|
|
|
permissions (#768)
|
|
|
|
|
|
|
|
|
|
SMAPI itself needs to be 32-bit to avoid errors trying to load the 32-bit game.
|
|
|
|
|