Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit 5953384

Browse files
committed
Added project icon
1 parent 86ddd98 commit 5953384

4 files changed

Lines changed: 7 additions & 27 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,4 @@ Whether it's a typo, a bug, or a new feature, Spartacus is very open to contribu
214214
* https://github.com/eronnen/procmon-parser/
215215
* https://www.redteam.cafe/red-team/dll-sideloading/dll-sideloading-not-by-dllmain
216216
* https://stmxcsr.com/persistence/com-hijacking.html
217+
* Icon for Spartacus is from [Helmet icons created by Darius Dan - Flaticon](https://www.flaticon.com/free-icons/helmet) | https://dariusdan.com/

Spartacus/Assets/TemplateProxyDLL.cpp

Lines changed: 0 additions & 26 deletions
This file was deleted.

Spartacus/Spartacus.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@
6767
<ErrorReport>prompt</ErrorReport>
6868
<Prefer32Bit>true</Prefer32Bit>
6969
</PropertyGroup>
70+
<PropertyGroup>
71+
<ApplicationIcon>spartacus.ico</ApplicationIcon>
72+
</PropertyGroup>
7073
<ItemGroup>
7174
<Reference Include="System" />
7275
<Reference Include="System.Core" />
@@ -127,7 +130,9 @@
127130
<Install>false</Install>
128131
</BootstrapperPackage>
129132
</ItemGroup>
130-
<ItemGroup />
133+
<ItemGroup>
134+
<Content Include="spartacus.ico" />
135+
</ItemGroup>
131136
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
132137
<PropertyGroup>
133138
<PostBuildEvent>xcopy "$(ProjectDir)Assets" "$(ProjectDir)$(OutDir)Assets" /Y /I /E</PostBuildEvent>

Spartacus/spartacus.ico

4.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)