diff options
Diffstat (limited to 'scripts/dev')
| -rwxr-xr-x[-rw-r--r--] | scripts/dev/deploy.sh | 0 | ||||
| -rwxr-xr-x[-rw-r--r--] | scripts/dev/dev_deploy.sh | 2 |
2 files changed, 1 insertions, 1 deletions
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 |
