re-organize
This commit is contained in:
parent
81b49aa923
commit
350973f556
35 changed files with 8 additions and 8 deletions
1
modules/desktop/launch-rl/default.nix
Normal file
1
modules/desktop/launch-rl/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{environment.etc."launch-rl.bat".source = ./launch-rl.bat;}
|
12
modules/desktop/launch-rl/launch-rl.bat
Normal file
12
modules/desktop/launch-rl/launch-rl.bat
Normal file
|
@ -0,0 +1,12 @@
|
|||
@echo off
|
||||
|
||||
set RL_PATH="Z:\home\quadradical\Documents\Games\rocketleague\Binaries\Win64"
|
||||
|
||||
echo Launching BakkesMod...
|
||||
C:
|
||||
cd "C:\Program Files\BakkesMod"
|
||||
start BakkesMod.exe
|
||||
echo BakkesMod started, starting Rocket League
|
||||
Z:
|
||||
cd %RL_PATH%
|
||||
RocketLeague.exe %*
|
Loading…
Add table
Add a link
Reference in a new issue