Skip to content

Commit fbbc22d

Browse files
committed
chore: move branding assets to repo root
1 parent 29cf99c commit fbbc22d

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

YCode.CLI/YCode.CLI.csproj

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- 全局工具必备配置 -->
1111
<PackAsTool>true</PackAsTool>
1212
<ToolCommandName>ycode</ToolCommandName>
13-
<ApplicationIcon>app.ico</ApplicationIcon>
13+
<ApplicationIcon>..\app.ico</ApplicationIcon>
1414
<PackageId>YCode.CLI</PackageId>
1515
<Version>1.0.5</Version>
1616
<Authors>lyq-lin</Authors>
@@ -36,9 +36,15 @@
3636
</ItemGroup>
3737

3838
<ItemGroup>
39+
<None Include="..\app.ico">
40+
<Link>app.ico</Link>
41+
</None>
42+
<None Include="..\icon.png">
43+
<Pack>true</Pack>
44+
<PackagePath>\</PackagePath>
45+
<Link>icon.png</Link>
46+
</None>
3947
<None Include="../README.md" Pack="true" PackagePath="\" />
40-
<None Include="app.ico" />
41-
<None Include="icon.png" Pack="true" PackagePath="\" />
4248
</ItemGroup>
4349

4450
</Project>
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)