Skip to content

Commit

Permalink
Fix packaging of icons in distributable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed Jul 17, 2024
1 parent 07d9d25 commit a4e95e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "otrainmap",
"version": "3.5.5",
"version": "3.5.6",
"description": "",
"private": true,
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
plugins: [
react(),
viteStaticCopy({
targets: [{ src: "build/*", dest: "" }],
targets: [{ src: "build/*", dest: "" }, {src: "icons/**", dest: "icons" }],
}),
],
define: {
Expand Down

0 comments on commit a4e95e9

Please sign in to comment.