We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c532878 commit 4cd065bCopy full SHA for 4cd065b
2 files changed
.github/workflows/build.yml
@@ -59,7 +59,8 @@ jobs:
59
#release: ${{ startsWith(github.ref, 'refs/tags/v') }}
60
#release: true
61
release: false
62
- args: --win --dir # Build win-unpacked only
+ #args: --win --dir # Build win-unpacked only
63
+ args: --win
64
65
- name: Check contents
66
run: |
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Pinokio",
3
"private": true,
4
- "version": "3.37.0",
+ "version": "3.38.0",
5
"homepage": "https://pinokio.co",
6
"description": "pinokio",
7
"main": "main.js",
@@ -119,7 +119,7 @@
119
"electron-store": "^8.1.0",
120
"electron-updater": "^6.6.2",
121
"electron-window-state": "^5.0.3",
122
- "pinokiod": "^3.37.0"
+ "pinokiod": "^3.38.0"
123
},
124
"devDependencies": {
125
"@electron/rebuild": "3.2.10",
0 commit comments