cocktailpeanut 1 ヶ月 前
コミット
4cd065b8fc
2 ファイル変更4 行追加3 行削除
  1. 2 1
      .github/workflows/build.yml
  2. 2 2
      package.json

+ 2 - 1
.github/workflows/build.yml

@@ -59,7 +59,8 @@ jobs:
           #release: ${{ startsWith(github.ref, 'refs/tags/v') }}
           #release: true
           release: false
-          args: --win --dir  # Build win-unpacked only
+          #args: --win --dir  # Build win-unpacked only
+          args: --win
 
       - name: Check contents
         run: |

+ 2 - 2
package.json

@@ -1,7 +1,7 @@
 {
   "name": "Pinokio",
   "private": true,
-  "version": "3.37.0",
+  "version": "3.38.0",
   "homepage": "https://pinokio.co",
   "description": "pinokio",
   "main": "main.js",
@@ -119,7 +119,7 @@
     "electron-store": "^8.1.0",
     "electron-updater": "^6.6.2",
     "electron-window-state": "^5.0.3",
-    "pinokiod": "^3.37.0"
+    "pinokiod": "^3.38.0"
   },
   "devDependencies": {
     "@electron/rebuild": "3.2.10",