Skip to content

Commit 43138dd

Browse files
committed
chore: add recursive-copy-unix exec command in tauri
1 parent 2c93cfa commit 43138dd

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src-tauri/tauri.conf.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,19 @@
9292
"-e",
9393
"wget -qO- https://updates.phcode.io/linux/installer-latest-experimental-build.sh | bash -s -- --upgrade"
9494
]
95+
},
96+
{
97+
"name": "recursive-copy-unix",
98+
"cmd": "cp",
99+
"args": [
100+
"-r",
101+
{
102+
"validator": "\\S*"
103+
},
104+
{
105+
"validator": "\\S*"
106+
}
107+
]
95108
}
96109
]
97110
}

0 commit comments

Comments
 (0)