Skip to content

Commit

Permalink
Fix icon resources
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed May 16, 2017
1 parent 20d7462 commit faed3a2
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file removed App.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion AppVeyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ skip_tags: true
# --------------------------------------------------------------------------- #
# environment configuration
# --------------------------------------------------------------------------- #
clone_folder: c:\cube\cube.core
clone_folder: C:\Cube\Cube.Core
image: Visual Studio 2017
nuget:
project_feed: true
Expand Down
Binary file added Icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion Libraries/Cube.Core.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<owners>$author$</owners>
<licenseUrl>https://github.com/cube-soft/Cube.Core/blob/master/License.txt</licenseUrl>
<projectUrl>https://github.com/cube-soft/Cube.Core</projectUrl>
<iconUrl>https://github.com/cube-soft/Cube.Core/blob/master/App.ico</iconUrl>
<iconUrl>https://github.com/cube-soft/Cube.Core/blob/master/Icon.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Common library for Cube.* projects.</description>
<releaseNotes>Private release.</releaseNotes>
Expand Down

0 comments on commit faed3a2

Please sign in to comment.