🎨 Modify iterCopyFile to useLocalFile

This commit is contained in:
Tw93
2024-05-09 22:03:09 +08:00
parent 99c8167b55
commit 85b077abd3
7 changed files with 11 additions and 10 deletions

4
bin/README.md vendored
View File

@@ -211,12 +211,12 @@ Specify the system tray icon. This is only effective when the system tray is ena
--system-tray-icon <path>
```
#### [iter-copy-file]
#### [use-local-file]
Enable recursive copying. When the URL is a local file path, enabling this option will copy the folder containing the file specified in the URL, as well as all sub-files, to the Pake static folder. This is disabled by default.
```shell
--iter-copy-file
--use-local-file
```
#### [inject]