-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
72 lines (60 loc) · 2.35 KB
/
config.toml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
baseURL = "https://doukutsu-rs.github.io/"
languageCode = "en-us"
title = "doukutsu-rs"
copyright = "© 2020-2025 doukutsu-rs contributors"
description = "A Rust reimplementation of Cave Story."
disableKinds = ["taxonomy", "RSS"]
ignoreErrors = ["error-disable-taxonomy"]
[params]
[params.downloads.nightly]
metadata = "https://raw.githubusercontent.com/doukutsu-rs/metadata/master/metadata/nightly.json"
[params.downloads.stable]
id = "stable"
description = "Released rarely and really have no much diffs from a nightly builds."
metadata = "https://raw.githubusercontent.com/doukutsu-rs/metadata/master/metadata/stable.json"
fail_page = "https://github.com/doukutsu-rs/doukutsu-rs/releases/"
[[params.downloads.platforms]]
platform_name = "Windows x64"
job_name = "windows-x86_64"
icon = "windows"
nightly_link = "https://nightly.link/doukutsu-rs/doukutsu-rs/workflows/ci/master/doukutsu-rs_windows-x64.zip"
[[params.downloads.platforms]]
platform_name = "Windows x32"
job_name = "windows-i686"
icon = "windows"
nightly_link = "https://nightly.link/doukutsu-rs/doukutsu-rs/workflows/ci/master/doukutsu-rs_windows-x32.zip"
[[params.downloads.platforms]]
platform_name = "Linux x64"
job_name = "linux-x86_64"
icon = "linux"
nightly_link = "https://nightly.link/doukutsu-rs/doukutsu-rs/workflows/ci/master/doukutsu-rs_linux-x64.zip"
[[params.downloads.platforms]]
platform_name = "Android"
job_name = "android"
icon = "android-alt"
nightly_link = "https://nightly.link/doukutsu-rs/doukutsu-rs/workflows/ci/master/doukutsu-rs_android.zip"
[[params.downloads.platforms]]
platform_name = "macOS x64 (Intel Macs)"
job_name = "macos-x64"
icon = "apple"
nightly_link = "https://nightly.link/doukutsu-rs/doukutsu-rs/workflows/ci/master/doukutsu-rs_mac-x64.zip"
[[params.downloads.platforms]]
platform_name = "macOS ARM64 (M1 Macs)"
job_name = "macos-arm64"
icon = "apple"
nightly_link = "https://nightly.link/doukutsu-rs/doukutsu-rs/workflows/ci/master/doukutsu-rs_mac-arm64.zip"
[[params.downloads.platforms]]
# platform_id is set for platforms for which there are no nightly builds, but stable builds are available.
platform_id = "horizon"
no_prebuilts = true
platform_name = "Nintendo Switch"
icon = "nintendo-switch"
[privacy]
[privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = true
[privacy.twitter]
enableDNT = true
[privacy.youtube]
privacyEnhanced = true