Created Upload Types and Traits (markdown)

Ryszard Knop 2025-04-03 18:16:47 +02:00
parent e18081acc3
commit 0e63988b72

@ -0,0 +1,26 @@
All files uploaded on itch.io have a **type** and a list of **traits** (which can be empty).
## Upload types
Most are self-descriptive:
- `default`: Executables.
- `documentation`: Documentation or Instructions.
- `book`: Book or Document.
- `soundtrack`
- `video`
- `mod`
- `audio_assets`
- `graphical_assets`
- `sourcecode`
- `other`
## Upload traits
- Platform (only for `default` upload types):
- `p_windows`
- `p_linux`
- `p_osx` - macOS
- `p_android`