You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed and added TODOs to the README.md .
Fixed scraping function issue due to new sitemap by fitgirl repack.
Fixed 2gb limit.
Added better Gamehub functionality.
Fixed searchbar issue.
Fixed sidebar elements click issue.
Fixed scrolling issue.
Fixed some design.
Copy file name to clipboardExpand all lines: README.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,17 @@ To run the Fit Launcher, simply execute the setup and install it inside
22
22
`C:/Program Files/` then run the executable 😃:
23
23
24
24
```bash
25
-
./fit-launcher.exe
25
+
./"Fit Launcher.exe"
26
26
```
27
27
28
28
### Development Mode
29
29
30
-
If you want to run the launcher in development mode, use the following command:
30
+
If you want to run the launcher in development mode, follow these steps:
31
+
32
+
1. Ensure you have any **C++ Compiler**, **Rust**, and **Cargo** installed on your system.
33
+
2. Ensure you have these extensions on VSCode **C/C++ Microsoft** or **CodeLLDB** and **rust-analyzer**.
34
+
3. Clone this repository.
35
+
4. Run the build command:
31
36
32
37
```bash
33
38
npm run tauri dev
@@ -50,7 +55,7 @@ npm run tauri build
50
55
51
56
Got questions or want to hang out with our users? Join us on Discord! Big thanks to **Kürst** for moderating our Discord server, to **Vintage_Soldier** for the amazing app design, and to **SimplyStoned** for maintaining the old launcher while I was developing this one.
52
57
53
-
[Join the Discord](https://discord.gg/cXaBWdcUSF)<!-- Replace with your Discord link -->
58
+
[Join the Discord](https://discord.gg/cXaBWdcUSF)
54
59
55
60
## Credits
56
61
@@ -68,3 +73,4 @@ Enjoy your games with Fit Launcher! 🎮🚀
68
73
- 🖥️ **Better Cross-Platform Compatibility**: Improve compatibility across different operating systems.
69
74
- 🌄 **Quicker Image Loading**: Optimize the speed at which images are retrieved and displayed.
70
75
- 🎮 **Filtering by Genres and Sizes**: Implement filters to sort games by genres and file sizes.
76
+
- 📟 **Control CPU Usage**: Allow the user to limit the CPU usage of the setup.
0 commit comments