Fix path in GIMP examples

This commit is contained in:
Timothyxxx
2024-01-30 02:14:52 +08:00
parent 0a351eefdc
commit 20f48759fd
14 changed files with 50 additions and 51 deletions

View File

@@ -10,7 +10,7 @@
"files": [
{
"url": "https://drive.google.com/uc?export=download&id=1bS4xGh8bhQVSuRCwFscYZO_xzymAJgM8",
"path": "~/Desktop/berry.png"
"path": "Desktop/berry.png"
}
]
}
@@ -20,7 +20,7 @@
"parameters": {
"command": [
"gimp",
"~/Desktop/berry.png"
"Desktop/berry.png"
]
}
}
@@ -83,12 +83,12 @@
"func": "check_image_mirror",
"expected": {
"type": "vm_file",
"path": "~/Desktop/berry.png",
"path": "Desktop/berry.png",
"dest": "berry.png"
},
"result": {
"type": "vm_file",
"path": "~/Desktop/berry_mirror.png",
"path": "Desktop/berry_mirror.png",
"dest": "berry_mirror.png"
}
}