Skip to content

Commit

Permalink
update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
insomniachi committed Sep 17, 2022
1 parent 6db26be commit 97fd9ff
Show file tree
Hide file tree
Showing 38 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions AnimDL.WinUI/AnimDL.WinUI.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<ApplicationIcon>Assets\WindowIcon.ico</ApplicationIcon>
<Version Condition=" '$(BuildVersion)' == '' ">1.0.0.0</Version>
<Version Condition=" '$(BuildVersion)' != '' ">$(BuildVersion)</Version>
<PackageIcon>WindowIcon.png</PackageIcon>
</PropertyGroup>

<ItemGroup>
Expand Down Expand Up @@ -43,6 +44,10 @@
<None Update="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Assets\WindowIcon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<Page Update="Styles\MediaTransportControls.xaml">
<Generator>MSBuild:Compile</Generator>
</Page>
Expand Down
Binary file removed AnimDL.WinUI/Assets/LockScreenLogo.scale-200.png
Binary file not shown.
Binary file added AnimDL.WinUI/Assets/SplashScreen.scale-100.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 AnimDL.WinUI/Assets/SplashScreen.scale-125.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 AnimDL.WinUI/Assets/SplashScreen.scale-150.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 modified AnimDL.WinUI/Assets/SplashScreen.scale-200.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 AnimDL.WinUI/Assets/SplashScreen.scale-400.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 AnimDL.WinUI/Assets/Square150x150Logo.scale-200.png
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.
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 AnimDL.WinUI/Assets/Square44x44Logo.scale-100.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 AnimDL.WinUI/Assets/Square44x44Logo.scale-125.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 AnimDL.WinUI/Assets/Square44x44Logo.scale-150.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 modified AnimDL.WinUI/Assets/Square44x44Logo.scale-200.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 AnimDL.WinUI/Assets/Square44x44Logo.scale-400.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.
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 AnimDL.WinUI/Assets/StoreLogo.png
Diff not rendered.
Binary file added AnimDL.WinUI/Assets/StoreLogo.scale-100.png
Binary file added AnimDL.WinUI/Assets/StoreLogo.scale-125.png
Binary file added AnimDL.WinUI/Assets/StoreLogo.scale-150.png
Binary file added AnimDL.WinUI/Assets/StoreLogo.scale-200.png
Binary file added AnimDL.WinUI/Assets/StoreLogo.scale-400.png
Binary file removed AnimDL.WinUI/Assets/Wide310x150Logo.scale-200.png
Diff not rendered.
Binary file modified AnimDL.WinUI/Assets/WindowIcon.ico
Binary file not shown.
Binary file modified AnimDL.WinUI/Assets/WindowIcon.png
3 changes: 2 additions & 1 deletion AnimDL.WinUI/Package.appxmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@
BackgroundColor="transparent"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" />
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" ShortName="Totoro"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" />
<uap:InitialRotationPreference>
<uap:Rotation Preference="landscape"/></uap:InitialRotationPreference>
<uap:LockScreen BadgeLogo="Assets\BadgeLogo.png" Notification="badge"/>
</uap:VisualElements>
<Extensions>
<desktop:Extension Category="windows.toastNotificationActivation">
Expand Down

0 comments on commit 97fd9ff

Please sign in to comment.