mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-20 17:51:19 -05:00
50a456b87f
Change profile file format from a custom one to JSON
11 lines
190 B
Plaintext
11 lines
190 B
Plaintext
{
|
|
"version": { "major": 12, "minor": 13 },
|
|
"meta": {
|
|
"version": "version",
|
|
"description": "description",
|
|
"author": "author",
|
|
"url": "url",
|
|
"license": "license"
|
|
}
|
|
}
|