chore: fix linux paths

This commit is contained in:
Anna 2022-04-17 01:52:03 -04:00
parent 6134ac0c55
commit bb4fdf7887
1 changed files with 4 additions and 1 deletions

View File

@ -10,7 +10,10 @@
<PropertyGroup> <PropertyGroup>
<Dalamud>$(AppData)\XIVLauncher\addon\Hooks\dev</Dalamud> <Dalamud>$(AppData)\XIVLauncher\addon\Hooks\dev</Dalamud>
<!-- <Dalamud>$(DALAMUD_HOME)</Dalamud>--> </PropertyGroup>
<PropertyGroup Condition="'$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'">
<Dalamud>$(DALAMUD_HOME)</Dalamud>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(IsCI)' == 'true'"> <PropertyGroup Condition="'$(IsCI)' == 'true'">