Added run shortcuts for scripts
This commit is contained in:
parent
9785f10666
commit
774ea1835a
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@ Project/Build/Windows/FileOpenOrder
|
|||||||
*.target
|
*.target
|
||||||
Project/Saved/StagedBuilds
|
Project/Saved/StagedBuilds
|
||||||
Project/Binaries
|
Project/Binaries
|
||||||
|
scripts/system_details.ini
|
||||||
|
BIN
Launch UBA.lnk
Normal file
BIN
Launch UBA.lnk
Normal file
Binary file not shown.
BIN
Regnerate Project & Engine VS Files.lnk
Normal file
BIN
Regnerate Project & Engine VS Files.lnk
Normal file
Binary file not shown.
BIN
Regnerate Project VS Files.lnk
Normal file
BIN
Regnerate Project VS Files.lnk
Normal file
Binary file not shown.
BIN
Run Build Sanity.lnk
Normal file
BIN
Run Build Sanity.lnk
Normal file
Binary file not shown.
BIN
Run Editor.lnk
Normal file
BIN
Run Editor.lnk
Normal file
Binary file not shown.
BIN
Update Project Dependencies.lnk
Normal file
BIN
Update Project Dependencies.lnk
Normal file
Binary file not shown.
@ -6,7 +6,7 @@ $path_root = split-path -Parent -Path $path_scripts
|
|||||||
$path_ue = join-path $path_root 'UE'
|
$path_ue = join-path $path_root 'UE'
|
||||||
$path_project = join-path $path_root 'Project'
|
$path_project = join-path $path_root 'Project'
|
||||||
|
|
||||||
$ue_editor = join-path $path_ue Engine\Binaries\Win64\UnrealEditor.exe
|
$ue_editor = join-path $path_ue 'Engine\Binaries\Win64\UnrealEditor.exe'
|
||||||
|
|
||||||
$surgo_uproject = join-path $path_project 'Surgo.uproject'
|
$surgo_uproject = join-path $path_project 'Surgo.uproject'
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
[CPU]
|
|
||||||
PhysicalCores=16
|
|
||||||
LogicalCores=32
|
|
Loading…
Reference in New Issue
Block a user