-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path.itch.toml
More file actions
36 lines (29 loc) · 627 Bytes
/
.itch.toml
File metadata and controls
36 lines (29 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[[actions]]
name = "play"
path = "bin/spookyghost.exe"
platform = "windows"
[[actions]]
name = "play"
path = "SpookyGhost.app"
platform = "osx"
[[actions]]
name = "play"
path = "launch.sh"
platform = "linux"
[[prereqs]]
name = "vcredist-v14-x64"
[[actions]]
name = "manual"
path = "docs/documentation.html"
platform = "windows"
[[actions]]
name = "manual"
path = "SpookyGhost.app/Contents/Resources/docs/documentation.html"
platform = "osx"
[[actions]]
name = "manual"
path = "share/doc/spookyghost/documentation.html"
platform = "linux"
[[actions]]
name = "forums"
path = "https://encelo.itch.io/SpookyGhost/community"