Skip to content

Commit

Permalink
feat: 4bitcss build - including more icons ( Fixes #106 )
Browse files Browse the repository at this point in the history
Fixing duplicate extension
  • Loading branch information
James Brundage committed Oct 27, 2024
1 parent 6515fe4 commit 95e5e8f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 35 deletions.
2 changes: 1 addition & 1 deletion Build/4bitcss.build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Get-Module 4bitcss |
Join-Path -ChildPath Assets |
Get-ChildItem -Filter 4bit*.svg |
Copy-Item -Destination {
(Join-Path $IncludesPath "$($_.Name).svg")
Join-Path $IncludesPath "$($_.Name)"
} -Force -PassThru

$defaultColorScheme = 'Konsolas'
Expand Down
14 changes: 0 additions & 14 deletions docs/_includes/4bitcss.svg.svg

This file was deleted.

20 changes: 0 additions & 20 deletions docs/_includes/4bitpreview.svg.svg

This file was deleted.

0 comments on commit 95e5e8f

Please sign in to comment.