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,11 +10,11 @@
"files": [
{
"url": "https://drive.google.com/uc?export=download&id=1p0m5meh7NIT4v6hNdqJqK3GCcpZiMapB",
"path": "~/Desktop/Triangle_On_The_Side.png"
"path": "Desktop/Triangle_On_The_Side.png"
},
{
"url": "https://drive.google.com/uc?export=download&id=1w7f2fW2mWkUbteQvQd-lepHzvBC9GaG_",
"path": "~/Desktop/Triangle_On_The_Side.xcf"
"path": "Desktop/Triangle_On_The_Side.xcf"
}
]
}
@@ -24,7 +24,7 @@
"parameters": {
"command": [
"gimp",
"~/Desktop/Triangle_On_The_Side.xcf"
"Desktop/Triangle_On_The_Side.xcf"
]
}
}
@@ -87,7 +87,7 @@
"func": "check_triangle_position",
"result": {
"type": "vm_file",
"path": "~/Desktop/Triangle_In_The_Middle.png",
"path": "Desktop/Triangle_In_The_Middle.png",
"dest": "Triangle_In_The_Middle.png"
}
}