mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2025-04-21 03:51:18 +02:00
Created Upload Types and Traits (markdown)
parent
e18081acc3
commit
0e63988b72
26
Upload-Types-and-Traits.md
Normal file
26
Upload-Types-and-Traits.md
Normal file
@ -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`
|
Loading…
x
Reference in New Issue
Block a user