Skip to content

Commit 4cd065b

Browse files
3.38.0
1 parent c532878 commit 4cd065b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
#release: ${{ startsWith(github.ref, 'refs/tags/v') }}
6060
#release: true
6161
release: false
62-
args: --win --dir # Build win-unpacked only
62+
#args: --win --dir # Build win-unpacked only
63+
args: --win
6364

6465
- name: Check contents
6566
run: |

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Pinokio",
33
"private": true,
4-
"version": "3.37.0",
4+
"version": "3.38.0",
55
"homepage": "https://pinokio.co",
66
"description": "pinokio",
77
"main": "main.js",
@@ -119,7 +119,7 @@
119119
"electron-store": "^8.1.0",
120120
"electron-updater": "^6.6.2",
121121
"electron-window-state": "^5.0.3",
122-
"pinokiod": "^3.37.0"
122+
"pinokiod": "^3.38.0"
123123
},
124124
"devDependencies": {
125125
"@electron/rebuild": "3.2.10",

0 commit comments

Comments
 (0)