mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
3 lines
184 B
PowerShell
3 lines
184 B
PowerShell
param($installPath, $toolsPath, $package, $project)
|
|
$item = $project.ProjectItems | where-object {$_.Name -eq "FodyWeavers.xml"}
|
|
$item.Properties.Item("BuildAction").Value = [int]0 |