Skip to content

Commit

Permalink
bumpup Node-RED 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sakazuki committed Feb 2, 2021
1 parent 2aa1f4a commit 093c153
Show file tree
Hide file tree
Showing 5 changed files with 1,317 additions and 890 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## V1.2.2
- udpate: Node-RED 1.2.2 -> 1.2.7
- update: electron 10.1.3 -> 11.2.1

## V1.2.1
- udpate: Node-RED 1.2.2 -> 1.2.3
- update: electron 10.1.3 -> 10.1.5
Expand Down
2 changes: 1 addition & 1 deletion build.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ program.option("-n --no-build").parse(process.argv);
// await fs.copy(src, path.join(__dirname, config.directories.app, base));
// }

if (!program.build) return;
if (!program.opts().build) return;

const platform = (process.platform === "darwin") ? Platform.MAC : Platform.WINDOWS;
const res = await builder.build({
Expand Down

0 comments on commit 093c153

Please sign in to comment.