Skip to content

Commit

Permalink
fix build branch
Browse files Browse the repository at this point in the history
  • Loading branch information
erikn69 committed Dec 8, 2023
1 parent d5da17d commit 0bf7ec4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ name: Build & Release
on:
push:
branches:
- main
- master
tags:
- v*
Expand Down
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ ipcMain.on('select-dirs', async (event, arg) => {
properties: ['openDirectory']
})
event.sender.send('selected-dirs', result.filePaths)

})

app.whenReady().then(() => {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zpl-printer",
"productName": "Zpl Printer",
"version": "2.1.0",
"version": "2.1.1",
"description": "Printer emulator for zpl rendering engine.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 0bf7ec4

Please sign in to comment.