Alexander Dzhoganov
Alexander Dzhoganov
I propose that we implement an extension called 'downloads' ``` "downloads" : { "description" : "A list of alternative URLs where a mod can be downloaded by tools", "type" :...
https://github.com/KSP-CKAN/CKAN-GUI/pull/19 adds handlers for ckan:// for Windows and Linux. Not sure if this will work on OSX, maybe we need a separate config for it. The handler itself will run...
I propose that we implement an extension called 'supported_arch' ``` "supported_arch" : { "description" : "Whether the mod supports 32-bit or 64-bit KSP or both", "enum" : [ "x86", "x64",...