Bläddra i källkod

chore: untrack ffmpeg binaries and local archives

lv 2 veckor sedan
förälder
incheckning
3c16e6b740
2 ändrade filer med 5 tillägg och 2 borttagningar
  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"
     ]
   }
 }