Skip to content

Commit

Permalink
Always copy build files
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Feb 24, 2024
1 parent e3afae3 commit 970e8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NxEditor.TotkPlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<Exec Condition="!$([MSBuild]::IsOsPlatform('Windows'))" Command="cp -R $(TargetDir)/* $HOME/.local/share/nx-editor/plugins/$(TargetName)/" ContinueOnError="WarnAndContinue" />

<!-- Copy into plugins dir for Windows -->
<Exec Condition="$([MSBuild]::IsOsPlatform('Windows'))" Command="xcopy &quot;$(TargetDir)\*.*&quot; &quot;%25APPDATA%25\nx-editor\plugins\$(TargetName)\&quot; /Y /D /E" ContinueOnError="WarnAndContinue" />
<Exec Condition="$([MSBuild]::IsOsPlatform('Windows'))" Command="xcopy &quot;$(TargetDir)\*.*&quot; &quot;%25APPDATA%25\nx-editor\plugins\$(TargetName)\&quot; /Y /E" ContinueOnError="WarnAndContinue" />
</Target>

</Project>

0 comments on commit 970e8c1

Please sign in to comment.