Update README.md to mention dependencies and motivation behind project. Create launch.sh, a way to detect and launch the latest Roblox Studio install.

This commit is contained in:
Amelia Violetta 2025-05-23 16:55:26 +01:00
parent 59bd79d900
commit e77a6cf3c6
2 changed files with 27 additions and 0 deletions

11
launch.sh Executable file
View file

@ -0,0 +1,11 @@
source config.sh
versions_dir="$prefix/drive_c/users/$(whoami)/AppData/Local/Roblox/Versions/*/"
latest=$(ls -dt --time=birth $versions_dir | head -n 1)
export WINEPREFIX=$(realpath $prefix)
windows_path=$(winepath --windows $latest)
wine $windows_path/RobloxStudioBeta.exe