diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-02-25 11:19:41 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-02-25 11:19:41 +0800 |
| commit | d1b99a4d72b60ca6a1ed9ab5f8f6d38c23e038ac (patch) | |
| tree | be1cb45cac75e91eb8f04d87761e527aeb498439 /scripts | |
| parent | ec6fdf88419a7fdad0128f04bb7a0478776974ab (diff) | |
Make deployment scripts executable
Diffstat (limited to 'scripts')
| -rwxr-xr-x[-rw-r--r--] | scripts/deploy/completions/bash/completion_jv.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/deploy/completions/bash/completion_jvv.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/deploy/jv_cli.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/deploy/zsh_support/install.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/dev/deploy.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/dev/dev_deploy.sh | 2 |
6 files changed, 1 insertions, 1 deletions
diff --git a/scripts/deploy/completions/bash/completion_jv.sh b/scripts/deploy/completions/bash/completion_jv.sh index 364df9d..364df9d 100644..100755 --- a/scripts/deploy/completions/bash/completion_jv.sh +++ b/scripts/deploy/completions/bash/completion_jv.sh diff --git a/scripts/deploy/completions/bash/completion_jvv.sh b/scripts/deploy/completions/bash/completion_jvv.sh index ce5668b..ce5668b 100644..100755 --- a/scripts/deploy/completions/bash/completion_jvv.sh +++ b/scripts/deploy/completions/bash/completion_jvv.sh diff --git a/scripts/deploy/jv_cli.sh b/scripts/deploy/jv_cli.sh index 80ff757..80ff757 100644..100755 --- a/scripts/deploy/jv_cli.sh +++ b/scripts/deploy/jv_cli.sh diff --git a/scripts/deploy/zsh_support/install.sh b/scripts/deploy/zsh_support/install.sh index aa92952..aa92952 100644..100755 --- a/scripts/deploy/zsh_support/install.sh +++ b/scripts/deploy/zsh_support/install.sh diff --git a/scripts/dev/deploy.sh b/scripts/dev/deploy.sh index b8e4640..b8e4640 100644..100755 --- a/scripts/dev/deploy.sh +++ b/scripts/dev/deploy.sh diff --git a/scripts/dev/dev_deploy.sh b/scripts/dev/dev_deploy.sh index 6127645..d175cd1 100644..100755 --- a/scripts/dev/dev_deploy.sh +++ b/scripts/dev/dev_deploy.sh @@ -10,6 +10,6 @@ if FORCE_BUILD=$(date +%M) cargo build --workspace; then # Export if cargo run --manifest-path tools/build_helper/Cargo.toml --quiet --bin exporter debug; then # Copy compile_info.rs.template to compile_info.rs after successful export - cp -f templates/compile_info.rs src/data/compile_info.rs + cp -f templates/compile_info.rs.template src/data/compile_info.rs fi fi |
