Skip to content

Commit

Permalink
updated build configuration for correct icons path
Browse files Browse the repository at this point in the history
  • Loading branch information
bensteUEM committed Jun 20, 2024
1 parent 28dce1a commit 18b8cc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module.exports = {
extraFiles: ['icons/*.png'],
from: 'icons/',
to: 'icons/',
extraFiles: ['*.png'],
}

0 comments on commit 18b8cc0

Please sign in to comment.