浏览代码

chore: untrack ffmpeg binaries and local archives

lv 2 周之前
父节点
当前提交
3c16e6b740
共有 2 个文件被更改,包括 5 次插入2 次删除
  1. 1 0
      build.bat
  2. 4 2
      src-tauri/tauri.conf.json

+ 1 - 0
build.bat

@@ -0,0 +1 @@
+pnpm tauri build --target x86_64-pc-windows-msvc

+ 4 - 2
src-tauri/tauri.conf.json

@@ -35,7 +35,9 @@
   },
   "bundle": {
     "active": true,
-    "targets": "all",
+    "targets": [
+      "msi"
+    ],
     "icon": [
       "icons/32x32.png",
       "icons/128x128.png",
@@ -44,7 +46,7 @@
       "icons/icon.ico"
     ],
     "resources": [
-      "resources/ffmpeg/*"
+      "resources/ffmpeg"
     ]
   }
 }