mirror of
https://github.com/acidicoala/SmokeAPI.git
synced 2025-12-05 21:15:39 -05:00
Replaced ascii-doc readme with one generated by sync
This commit is contained in:
52
sync.json
Normal file
52
sync.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"$schema": "./KoalaBox/res/sync.schema.json",
|
||||
"variables": {
|
||||
"project_name": "SmokeAPI",
|
||||
"store_name": "Steam",
|
||||
"store_sdk": "Steamworks",
|
||||
"store_sdk_full": "Steamworks SDK",
|
||||
"sdk_dll_names": "`steam_api.dll` or `steam_api64.dll`",
|
||||
"sdk_dll_orig_names": "`steam_api_o.dll` or `steam_api64_o.dll`",
|
||||
"show_3rd_party_point": true,
|
||||
"unlocker_dll_names": "`SmokeAPI32.dll` or `SmokeAPI64.dll`",
|
||||
"config_filename": "SmokeAPI.config.json",
|
||||
"github_repo_url": "https://github.com/acidicoala/SmokeAPI",
|
||||
"forum_topic_url": "https://cs.rin.ru/forum/viewtopic.php?p=2597932#p2597932",
|
||||
"dlc_database": "SteamDB",
|
||||
"dlc_database_url": "https://steamdb.info/",
|
||||
"json_schema_path": "./res/SmokeAPI.schema.json"
|
||||
},
|
||||
"tasks": [
|
||||
{
|
||||
"type": "text",
|
||||
"template_file": "./KoalaBox/templates/.clang-tidy"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"template_file": "./KoalaBox/templates/.gitattributes"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"template_file": "./KoalaBox/templates/UNLICENSE.txt"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"template_file": "./KoalaBox/templates/build.ps1"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"template_file": "./KoalaBox/templates/README.txt",
|
||||
"destination_dir": "./res/"
|
||||
},
|
||||
{
|
||||
"type": "text",
|
||||
"template_file": "./README.template.md",
|
||||
"file_name": "README.md"
|
||||
},
|
||||
{
|
||||
"type": "json",
|
||||
"schema_file": "./res/SmokeAPI.schema.json",
|
||||
"destination_file": "./res/{{ config_filename }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user