diff options
| author | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 16:25:22 +0800 |
|---|---|---|
| committer | 1992414357@qq.com <1992414357@qq.com> | 2025-06-13 16:25:22 +0800 |
| commit | 98dad6afa316b9a44ff76b305520339ddc44c789 (patch) | |
| tree | 9a6d0b566b23f0bab270b68e4766a60349abf18b /Config_Export.toml | |
| parent | 9e48af01ae56fe813869ada24de291ab98b361e2 (diff) | |
.
Diffstat (limited to 'Config_Export.toml')
| -rw-r--r-- | Config_Export.toml | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/Config_Export.toml b/Config_Export.toml index d1d0491..ba1e03a 100644 --- a/Config_Export.toml +++ b/Config_Export.toml @@ -1,9 +1,21 @@ -#./ +# No Gamepads Export Configure +# This document details release file information for executing cargo export or cargo dev. + +# Items defined in [release.root] +# It will search starting from the project directory and copy to the specified location in the target directory. [release.root] + +# License files, third-party licenses license = { raw = "./", target = "./", files = ["LICENSE-LGPL-2", "LICENSE-THIRD-PARTY"] } + +# Powershell auto-completion scripts powershell_complete = { raw = "./.cargo/resources/scripts/", target = "./bin/completeion", files = ["install_completion_powershell.ps1"] } -#./.cargo/shared/target/export/deps +# Items defined in [release.deps] +# It will search starting from the build directory and copy to the specified location in the target directory. [release.deps] -padc = { raw = "./", target = "./bin", files = ["padc.exe"] } +# Windows executables +win_exes = { raw = "./", target = "./bin", files = [ + "padc.exe", "pad.exe" +] }
\ No newline at end of file |
