Skip to content

Commit 3db6d87

Browse files
3.23.0
1 parent 0e763d8 commit 3db6d87

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
args: --win --dir # Build win-unpacked only
6363

6464
### sign start
65+
6566
- name: upload-unsigned-artifact
6667
id: upload-unsigned-artifact
6768
uses: actions/upload-artifact@v4
@@ -88,6 +89,8 @@ jobs:
8889
- name: Replace with signed exe
8990
run: |
9091
copy /Y ".\signed-windows\Pinokio.exe" ".\dist-win32\win-unpacked\Pinokio.exe"
92+
shell: cmd
93+
9194
### sign end
9295

9396
# Build the final installer from the signed exe

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.22.0",
4+
"version": "3.23.0",
55
"homepage": "https://pinokio.co",
66
"description": "pinokio",
77
"main": "main.js",
@@ -116,7 +116,7 @@
116116
"electron-store": "^8.1.0",
117117
"electron-updater": "^6.6.2",
118118
"electron-window-state": "^5.0.3",
119-
"pinokiod": "^3.22.0"
119+
"pinokiod": "^3.23.0"
120120
},
121121
"devDependencies": {
122122
"@electron/rebuild": "3.2.10",

0 commit comments

Comments
 (0)