Skip to content

Commit

Permalink
fix: ビルドエラー UE4.23
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyo committed May 3, 2024
1 parent d38b8eb commit c9f3b3e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/ReleaseScript/version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ if ($a.EngineAssociation -eq '5.0' -or $a.EngineAssociation -eq '4.27' -or $a.En

$ModuleArrayList = [System.Collections.ArrayList]$b.Modules
$ModuleArrayList.RemoveAt(4)
$ModuleArrayList.RemoveAt(3)
$ModuleArrayList.RemoveAt(2)
$b.Modules = $ModuleArrayList

$b | ConvertTo-Json > ../../../VRM4U/VRM4U.uplugin
Expand Down

0 comments on commit c9f3b3e

Please sign in to comment.