Skip to content

Commit 1e263a2

Browse files
authored
fix: External app icons not displaying in the bundled app (#336)
1 parent 4def490 commit 1e263a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

apps/array/forge.config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ const config: ForgeConfig = {
128128
packagerConfig: {
129129
asar: {
130130
unpack:
131-
"{**/*.node,**/spawn-helper,**/.vite/build/claude-cli/**,**/node_modules/node-pty/**,**/node_modules/@parcel/**}",
131+
"{**/*.node,**/spawn-helper,**/.vite/build/claude-cli/**,**/node_modules/node-pty/**,**/node_modules/@parcel/**,**/node_modules/file-icon/**}",
132132
},
133133
prune: false,
134134
name: "Array",
@@ -202,6 +202,7 @@ const config: ForgeConfig = {
202202
copyNativeDependency("@parcel/watcher", buildPath);
203203
copyNativeDependency("@parcel/watcher-darwin-arm64", buildPath);
204204
copyNativeDependency("file-icon", buildPath);
205+
copyNativeDependency("p-map", buildPath);
205206
// Copy @parcel/watcher's hoisted dependencies
206207
copyNativeDependency("micromatch", buildPath);
207208
copyNativeDependency("is-glob", buildPath);

0 commit comments

Comments
 (0)