blob: a654786ba0ee66f07bb5d8450f91649427d845f9 (
plain)
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
|
# AeroCore Booster Releases
This repository is the official public release repository for
**AeroCore Game Booster**, the installer distribution for AeroCore's game
booster product line. It provides release artifacts for installation and
update delivery.
It contains installers and release metadata only. Product source code is
maintained separately.
## Downloads
Download published builds from the
[Releases](https://github.com/AeroCore-IO/booster-installer/releases) page.
A release may contain:
- `AeroCore-Booster_v<VERSION>_linux-x86_64.tar.gz` — application and runtime
bundle.
- `AeroCore-Booster_v<VERSION>_linux-x86_64.tar.gz.sha256` — bundle checksum.
- `AeroCore-Booster-Setup_v<VERSION>_linux-x86_64.AppImage` — online
installer.
- `AeroCore-Booster-Full-Setup_v<VERSION>_linux-x86_64.AppImage` — offline
installer, when published.
- A component manifest recording the versions and source revisions used in
the build.
Release candidates use tags such as `v0.1.0-rc.1` and are marked as
pre-releases. They are intended for testing and may be incomplete or unstable.
## Verifying a Download
When a SHA-256 file is provided, verify the downloaded artifact before running
it:
```bash
sha256sum --check AeroCore-Booster_v<VERSION>_linux-x86_64.tar.gz.sha256
```
Compare the result with the checksum published in the same release.
## Licensing
AeroCore Game Booster distributions may contain components under different
licenses:
- Components derived from GPL-licensed projects remain available under their
applicable GPL terms.
- HHD-derived components and libraries may be covered by LGPL or by
file-specific licenses.
- Separately executed AeroCore Game Booster runtime services may be proprietary.
- Other third-party libraries retain their respective licenses and copyright
notices.
The license and notice files accompanying each release identify the terms that
apply to its individual components. No proprietary term restricts rights
granted for GPL- or LGPL-covered components.
See [LICENSE](LICENSE) for the repository-level distribution notice. When a
release contains copyleft-covered binaries, its release notes or accompanying
materials identify how recipients can obtain the corresponding source code.
## Support
Use the support channel identified by AeroCore Game Booster or its release
notes.
Do not report security-sensitive information in a public issue.
|