Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit ebcca07

Browse files
committed
fix: Specify exact resource files to avoid build permission issues
1 parent d14ffc6 commit ebcca07

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src-tauri/tauri.conf.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,14 @@
4949
"binaries/podman-mac"
5050
],
5151
"resources": [
52-
"binaries/podman-full/**/*"
52+
"binaries/podman-full/arm64/podman",
53+
"binaries/podman-full/arm64/gvproxy",
54+
"binaries/podman-full/arm64/vfkit",
55+
"binaries/podman-full/arm64/podman-mac-helper",
56+
"binaries/podman-full/amd64/podman",
57+
"binaries/podman-full/amd64/gvproxy",
58+
"binaries/podman-full/amd64/vfkit",
59+
"binaries/podman-full/amd64/podman-mac-helper"
5360
]
5461
},
5562
"plugins": {

0 commit comments

Comments
 (0)