Skip to content

Commit a8ff1ac

Browse files
Add README.md
1 parent 744f6bc commit a8ff1ac

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Steering ETS2 Controller
2+
3+
This repository hosts the compiled release files (Android APK & PC EXE) for the **Steering ETS2 Controller** project.
4+
5+
## Download the App
6+
7+
You can find the latest releases in the `releases/` directory:
8+
9+
- 📱 **Android App (APK):** [Download Latest APK](https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/android/steering-ets2-v1.0.3.apk)
10+
- 💻 **PC Server (EXE):** [Download Latest EXE](https://github.com/hmongcodequest/steering-ets2-controller/raw/main/releases/pc/VJoyServer-v1.0.6.exe)
11+
12+
## Folder Structure
13+
- `releases/android/`: Contains the Android APK files.
14+
- `releases/pc/`: Contains the PC Server executable and the `version.json` file used for the PC auto-updater.
15+
16+
## Auto-Update System
17+
- **Android:** The Android application uses Firebase to check for updates. Make sure the `downloadUrl` in Firebase points to the raw link of the latest APK in this repository.
18+
- **PC:** The PC application checks the `version.json` file in this repository to automatically detect and download new updates.
19+
20+
## Developed by
21+
Developed by Keng.

0 commit comments

Comments
 (0)