6 lines
228 B
PowerShell
6 lines
228 B
PowerShell
|
# Change this variables to your linkings
|
||
|
|
||
|
$packed_explorer_path = '.\bins\spe.exe';
|
||
|
$pyhton_path = 'C:\Program Files (x86)\Python\python.exe';
|
||
|
$scrapland_path = 'D:\Games\SteamLibrary\steamapps\common\Scrapland';
|