We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00dd700 + 924d4a5 commit 3ba80a0Copy full SHA for 3ba80a0
1 file changed
GVFS/FastFetch/FastFetch.csproj
@@ -16,11 +16,7 @@
16
</ItemGroup>
17
18
<ItemGroup>
19
- <FilesToSign Include="
20
- $(OutputPath)\FastFetch.exe;
21
- $(OutputPath)\GVFS.Common.dll;
22
- $(OutputPath)\GVFS.Platform.Windows.dll;
23
- $(OutputPath)\GVFS.Virtualization.dll;">
+ <FilesToSign Include="$(PublishDir)\FastFetch.exe">
24
<Authenticode>Microsoft400</Authenticode>
25
<InProject>false</InProject>
26
</FilesToSign>
0 commit comments