Fix the issue of build script copying errors

This commit is contained in:
BuGu
2025-03-20 17:43:33 +08:00
parent 57d88d7889
commit 4cec610aba

View File

@@ -149,7 +149,7 @@ then
if [ "$Project_Name" = "kvm_system" ]
then
SOURCE_PATH="$Project_PATH/dist/kvm_system_release/kvm_system"
TARGET_PATH="$KVMAPP_PATH/kvm_system/kvm_system"
TARGET_PATH="$KVMAPP_PATH/kvm_system"
chmod +x $SOURCE_PATH
rm -f $TARGET_PATH
else