Commit Graph

9 Commits

Author SHA1 Message Date
Nick H.
723c5873b5 Propose os.scandir() change
As explained on https://github.com/Novattz/creamlinux-installer/pull/5 os.walk() is painfully slow as it will crawl on the directories, causing the program to sometimes take 3 minutes (till timeout) for a single game.

This code will dramatically increase the speed of scanning by using os.scandir() but it will require manually settings library paths (i.e. ~/.steam/steam and ~/.local/share/Steam, not steamapps) since it no longer crawls. 

With that in mind I've also added a "fallback" prompt in case no games are found.
2024-08-05 00:41:18 -03:00
Tickbase
a2d081d3b6 seperate log files 2024-07-17 10:39:34 +02:00
Tickbase
a13a56cbc3 v1.0.5 2024-07-17 10:24:35 +02:00
Tickbase
e580645892 Read releases 2024-07-13 23:40:35 +02:00
Tickbase
4648a1ad65 Added function to search for steam binary. 2024-07-13 16:36:04 +02:00
Tickbase
fc4466048e Added logging incase script fails and additional search directories 2024-07-13 16:27:27 +02:00
Tickbase
9645249b05 Steamdeck support? 2024-07-13 04:21:26 +02:00
Tickbase
f2c3c326c2 Add custom ASCII art and color coding to script 2024-05-08 17:42:06 +02:00
Tickbase
eb05c35931 Add files via upload 2024-05-07 21:04:50 +02:00