Skip to content

Commit 31fcefe

Browse files
committed
fix: resolve electron file copy issue in @pipelab/plugin-electron
1 parent eb3dc4e commit 31fcefe

4 files changed

Lines changed: 13 additions & 1 deletion

File tree

.changeset/nice-streets-smell.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@pipelab/plugin-electron": patch
3+
---
4+
5+
fix electron copy

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"light-clubs-cheer",
5454
"modern-roses-stick",
5555
"new-feet-brush",
56+
"nice-streets-smell",
5657
"nine-spiders-sit",
5758
"ninety-squids-post",
5859
"orange-wombats-call",

plugins/plugin-electron/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pipelab/plugin-electron
22

3+
## 1.0.0-beta.40
4+
5+
### Patch Changes
6+
7+
- fix electron copy
8+
39
## 1.0.0-beta.39
410

511
### Patch Changes

plugins/plugin-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipelab/plugin-electron",
3-
"version": "1.0.0-beta.39",
3+
"version": "1.0.0-beta.40",
44
"description": "Pipelab plugin for packaging apps with Electron",
55
"keywords": [
66
"automation",

0 commit comments

Comments
 (0)