Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Increase engine version to 5.1.0
Browse files Browse the repository at this point in the history
Update BuildPlugin.bat
  • Loading branch information
Sixze committed Feb 24, 2023
1 parent b2fef46 commit c953f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion BuildPlugin.bat
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
@echo off

set EngineVesion=5.0
set EngineVesion=5.1

for /f "skip=2 tokens=2*" %%a in ('reg query "HKEY_LOCAL_MACHINE\SOFTWARE\EpicGames\Unreal Engine\%EngineVesion%" /v "InstalledDirectory"') do set "EngineDirectory=%%b"

set AutomationToolPath="%EngineDirectory%\Engine\Build\BatchFiles\RunUAT.bat"
set PluginPath="%cd%\FabulousDualSense.uplugin"
set OutputPath="%cd%\Build"

title Build Plugin
echo Automation Tool Path: %AutomationToolPath%
echo:

call %AutomationToolPath% BuildPlugin -Plugin=%PluginPath% -Package=%OutputPath% -Rocket -TargetPlatforms=Win64
echo:
pause
exit 0
2 changes: 1 addition & 1 deletion FabulousDualSense.uplugin
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"DocsURL": "https://github.com/Sixze/FabulousDualSense",
"MarketplaceURL": "",
"SupportURL": "https://github.com/Sixze/FabulousDualSense/discussions",
"EngineVersion": "5.0.0",
"EngineVersion": "5.1.0",
"EnabledByDefault": true,
"CanContainContent": false,
"IsBetaVersion": false,
Expand Down

0 comments on commit c953f75

Please sign in to comment.