Skip to content

Commit

Permalink
Made Icons zip be created on build, so it is easier to determine what…
Browse files Browse the repository at this point in the history
… is new/changed.
  • Loading branch information
maforget committed Jul 2, 2024
1 parent b4fbd78 commit 385498d
Show file tree
Hide file tree
Showing 563 changed files with 58 additions and 15 deletions.
19 changes: 4 additions & 15 deletions ComicRack/ComicRack.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -677,21 +677,9 @@
<Content Include="Languages\zh.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Icons\AgeRatings.zip">
<None Include="Resources\Icons\**\*.*">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Icons\AgeRatings_Australia.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Icons\Formats.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Icons\Publishers.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Resources\Icons\Special.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
</None>
<Content Include="Resources\pdfium_x86.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -895,8 +883,9 @@
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>if $(ConfigurationName) == Debug Goto :Exit
<PostBuildEvent>powershell -NoProfile -ExecutionPolicy Bypass -File "$(SolutionDir)CompressIconFolders.ps1" -BaseDirectory "$(TargetDir)"

if $(ConfigurationName) == Debug Goto :Exit
del /Q *.pdb

: Exit</PostBuildEvent>
Expand Down
Binary file removed ComicRack/Resources/Icons/AgeRatings.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/AgeRatings/Everyone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/AgeRatings/Teen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ComicRack/Resources/Icons/AgeRatings_Australia.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed ComicRack/Resources/Icons/Formats.zip
Binary file not shown.
Binary file added ComicRack/Resources/Icons/Formats/1_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/Formats/Annual.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/Formats/Anthology.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/Formats/Crossover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/Formats/Edit.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/Formats/Epilogue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/Formats/Event.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ComicRack/Resources/Icons/Formats/FCBD.png
Binary file added ComicRack/Resources/Icons/Formats/Fan Made.png
Binary file added ComicRack/Resources/Icons/Formats/Flyer.png
Binary file added ComicRack/Resources/Icons/Formats/Magazine.png
Binary file added ComicRack/Resources/Icons/Formats/Minus 1#-1.png
Binary file added ComicRack/Resources/Icons/Formats/NSFW.png
Binary file added ComicRack/Resources/Icons/Formats/Omnibus.png
Binary file added ComicRack/Resources/Icons/Formats/Point 1#.1.png
Binary file added ComicRack/Resources/Icons/Formats/Preview.png
Binary file added ComicRack/Resources/Icons/Formats/Prologue.png
Binary file added ComicRack/Resources/Icons/Formats/Reference.png
Binary file added ComicRack/Resources/Icons/Formats/Scanlation.png
Binary file added ComicRack/Resources/Icons/Formats/Script.png
Binary file added ComicRack/Resources/Icons/Formats/Series.png
Binary file added ComicRack/Resources/Icons/Formats/Sketch.png
Binary file added ComicRack/Resources/Icons/Formats/Special.png
5 changes: 5 additions & 0 deletions ComicRack/Resources/Icons/Formats/map.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
; This is just for 1/2 and B/W
; everything else maps with file name

1_2.png=1/2
B_W.png=B/W
Binary file removed ComicRack/Resources/Icons/Publishers.zip
Binary file not shown.
Binary file added ComicRack/Resources/Icons/Publishers/01Comics.png
Binary file added ComicRack/Resources/Icons/Publishers/2000AD.png
Binary file added ComicRack/Resources/Icons/Publishers/215 INK.png
Binary file added ComicRack/Resources/Icons/Publishers/4 Winds.png
Binary file added ComicRack/Resources/Icons/Publishers/A-Plus.png
Binary file added ComicRack/Resources/Icons/Publishers/A.R.C..png
Binary file added ComicRack/Resources/Icons/Publishers/AC.png
Binary file added ComicRack/Resources/Icons/Publishers/ACG.png
Binary file added ComicRack/Resources/Icons/Publishers/ANIA.png
Binary file added ComicRack/Resources/Icons/Publishers/Aardvark.png
Binary file added ComicRack/Resources/Icons/Publishers/Ablaze.png
Binary file added ComicRack/Resources/Icons/Publishers/Abril.png
Binary file added ComicRack/Resources/Icons/Publishers/Acclaim.png
Binary file added ComicRack/Resources/Icons/Publishers/All Star.png
Binary file added ComicRack/Resources/Icons/Publishers/Alvglans.png
Binary file added ComicRack/Resources/Icons/Publishers/Amerotica.png
Binary file added ComicRack/Resources/Icons/Publishers/Apparat.png
Binary file added ComicRack/Resources/Icons/Publishers/Archie.png
Binary file added ComicRack/Resources/Icons/Publishers/Armada.png
Binary file added ComicRack/Resources/Icons/Publishers/Arrow.png
Binary file added ComicRack/Resources/Icons/Publishers/Atari.png
Binary file added ComicRack/Resources/Icons/Publishers/Atlas.png
Binary file added ComicRack/Resources/Icons/Publishers/Avon.png
Binary file added ComicRack/Resources/Icons/Publishers/Beckett.png
Binary file added ComicRack/Resources/Icons/Publishers/Beta 3.png
Binary file added ComicRack/Resources/Icons/Publishers/Bodog.png
Binary file added ComicRack/Resources/Icons/Publishers/Broadway.png
Binary file added ComicRack/Resources/Icons/Publishers/CMX.png
Binary file added ComicRack/Resources/Icons/Publishers/Capcom.png
Binary file added ComicRack/Resources/Icons/Publishers/Centaur.png
Binary file added ComicRack/Resources/Icons/Publishers/Chaos!.png
Binary file added ComicRack/Resources/Icons/Publishers/Charlton.png
Binary file added ComicRack/Resources/Icons/Publishers/Cinebook.png
Binary file added ComicRack/Resources/Icons/Publishers/Com.png
Binary file added ComicRack/Resources/Icons/Publishers/Comico.png
Binary file added ComicRack/Resources/Icons/Publishers/Crossgen.png
Binary file added ComicRack/Resources/Icons/Publishers/Crusade.png
Binary file added ComicRack/Resources/Icons/Publishers/DB Pro.png
Binary file added ComicRack/Resources/Icons/Publishers/DK Press.png
Loading

0 comments on commit 385498d

Please sign in to comment.