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=1CqcNw_8O0VeLuD0VkVTgDHOoUMFQNOXN",
"path": "~/Desktop/white_background.xcf"
"path": "Desktop/white_background.xcf"
}
]
}
@@ -20,7 +20,7 @@
"parameters": {
"command": [
"gimp",
"~/Desktop/white_background.xcf"
"Desktop/white_background.xcf"
]
}
}