stephini / SMAS_Launcher

21 stars 2 forks source link

Feature: Install to the roaming data directory. #9

Closed stephini closed 1 year ago

stephini commented 1 year ago

Following an incident where a testing team member ran the application from their download directory, resulting in the accumulation of multiple files in that directory, a decision was made to restructure the file organization. To address this issue and ensure a cleaner folder structure, all files except the core script file itself were moved to the OS roaming directory.

By relocating the auxiliary files to the appropriate OS roaming directory, users can now choose any location for the core script without cluttering their chosen directory. This change not only provides a more organized and streamlined folder structure but also simplifies future script updates. As the necessary helper files are already populated in the project roaming directory, updates can be easily applied without overwriting user-specific files or causing unnecessary duplication.

This modification improves the user experience by offering a cleaner and more user-friendly installation process and establishes a solid foundation for efficient script maintenance and updates.