Victor-IX / Blender-Launcher-V2

Standalone client for managing official builds of Blender 3D
GNU General Public License v3.0
403 stars 18 forks source link

Allow relative library folders #116

Closed zeptofine closed 5 months ago

zeptofine commented 5 months ago

This small change allows for directing the library folder to a point relative to the launcher's location. This is useful if, say, you save your builds to a USB to use them anywhere or move them to a different folder, you don't need to change your library folder in the launcher for it to function.

Another adjustment I would like to do: During first-time startup, detect if the folder is relative to the launcher's location. if so, ask if it should be relative. Edit: Finished that second adjustment. Tell me what you think!