fix target folder paths

This commit is contained in:
galister
2025-12-12 21:43:22 +09:00
parent 4f78825e03
commit 3ed4313a36
3 changed files with 5 additions and 5 deletions

View File

@@ -57,7 +57,7 @@ modules:
build-commands:
- cargo --offline fetch --manifest-path Cargo.toml --verbose
- cargo --offline build --release --no-default-features --features=openxr,x11,wayland --verbose
- install -Dm755 ./target/release/wlx-overlay-s -t /app/bin/
- install -Dm755 ../target/release/wlx-overlay-s -t /app/bin/
sources:
- type: dir
path: ..