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:
parent
59bd79d900
commit
e77a6cf3c6
2 changed files with 27 additions and 0 deletions
11
launch.sh
Executable file
11
launch.sh
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue