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.usercontent.google.com/download?id=13ECFsPxznuoCANto21ijj9OzP0APukIH&export=download&authuser=0&confirm=t&uuid=d8f2dd03-8992-4646-be62-3a3cf89583f2&at=APZUnTVsR0xmbXvpFIpXLzCcLrMa:1705062951627",
"path": "~/Desktop/The_Lost_River_Of_Dreams.jpg"
"path": "Desktop/The_Lost_River_Of_Dreams.jpg"
}
]
}
@@ -20,7 +20,7 @@
"parameters": {
"command": [
"gimp",
"~/Desktop/The_Lost_River_Of_Dreams.jpg"
"Desktop/The_Lost_River_Of_Dreams.jpg"
]
}
}
@@ -33,12 +33,12 @@
"func": "check_file_exists_and_structure_sim",
"expected": {
"type": "vm_file",
"path": "~/Desktop/The_Lost_River_Of_Dreams.jpg",
"path": "Desktop/The_Lost_River_Of_Dreams.jpg",
"dest": "The_Lost_River_Of_Dreams.jpg"
},
"result": {
"type": "vm_file",
"path": "~/Desktop/export.jpg",
"path": "Desktop/export.jpg",
"dest": "export.jpg"
}
}