ktwrd / beans-rs

Open-Source Installer for Sourcemods
GNU General Public License v3.0
7 stars 1 forks source link

Use temporary sourcemod directory when installing #26

Closed Jan200101 closed 4 months ago

Jan200101 commented 4 months ago

Implements #25

a bit (very) messy since I couldn't find a good location on where to put what and everything seems fragmented.

ktwrd commented 4 months ago

Downloading will always be done to the directory from helper::get_tmp_dir() since it's a temporary file that gets cleaned up with the clean subcommand.