Skip to content

Commit 819694b

Browse files
committed
fix: allow folders in extra-resource (#1852)
1 parent 73a74db commit 819694b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/platform.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,7 @@ export class App {
394394
this.resourcesDir,
395395
path.basename(resource),
396396
),
397+
{ recursive: true },
397398
),
398399
),
399400
);

0 commit comments

Comments
 (0)