Skip to content

Commit

Permalink
fix: Remove additional xml closing tag (#4078)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Simmelbauer authored and develar committed Jul 22, 2019
1 parent 8f099f5 commit 4076dc9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/app-builder-lib/src/targets/LinuxTargetHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ export class LinuxTargetHelper {
<glob pattern="*.${fileAssociation.ext}"/>
${fileAssociation.description ? `<comment>${fileAssociation.description}</comment>` : ""}
<icon name="x-office-document" />
</mime-type>
</mime-info>`
</mime-type>`
items.push(data)
}

Expand Down

0 comments on commit 4076dc9

Please sign in to comment.