Skip to content

Commit

Permalink
Fix GH-99 Extension icon is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-yagodin committed Feb 11, 2020
1 parent 186cd03 commit c229036
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions Deploy/InstallPackage.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
<InstallManifestFiles Include="$(MainProjectPath)/*.dnn*" />
<InstallManifestFiles Include="$(MainProjectPath)/license.htm" />
<InstallManifestFiles Include="$(MainProjectPath)/releaseNotes.htm" />
<InstallManifestFiles Include="$(MainProjectPath)/icon.png" />
</ItemGroup>
<!-- Declare SqlDataProvider files -->
<ItemGroup>
Expand Down Expand Up @@ -61,7 +60,6 @@
<InstallResourceExcludeFiles Include="../.*" />
<InstallResourceExcludeFiles Include="$(MainProjectPath)/license.htm" />
<InstallResourceExcludeFiles Include="$(MainProjectPath)/releaseNotes.htm" />
<InstallResourceExcludeFiles Include="$(MainProjectPath)/icon.png" />
<InstallResourceExcludeFiles Include="$(CustomExcludeFiles)" Condition=" '$(CustomExcludeFiles)' != '' " />
</ItemGroup>
<!-- Apply excluded files filters -->
Expand Down
2 changes: 2 additions & 0 deletions R7.Documents/R7.Documents.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
<Folder Include="ViewModels\" />
<Folder Include="js\" />
<Folder Include="Logic\" />
<Folder Include="images\" />
</ItemGroup>
<ItemGroup>
<Content Include="module.css" />
Expand All @@ -124,6 +125,7 @@
<Content Include="releaseNotes.htm" />
<Content Include="packages.config" />
<Content Include="js\selectDocuments.js" />
<Content Include="images\icon.png" />
</ItemGroup>
<ItemGroup>
<None Include="App_LocalResources\ViewDocuments.ascx.resx" />
Expand Down
2 changes: 1 addition & 1 deletion R7.Documents/R7.Documents.dnn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package name="R7.Documents" type="Module" version="01.11.01">
<friendlyName>R7.Documents</friendlyName>
<description>This module renders a list of documents, including links to browse or download the document. Documents includes an edit page, which allows authorized users to edit the information about the Documents (for example, a friendly title) stored in the SQL database. Module based on the classic DNN Documents module.</description>
<iconFile>icon.png</iconFile>
<iconFile>~/DesktopModules/R7.Documents/R7.Documents/images/icon.png</iconFile>
<owner>
<name>Roman M. Yagodin</name>
<organization>R7.Labs</organization>
Expand Down
File renamed without changes

0 comments on commit c229036

Please sign in to comment.