Fix path in GIMP examples
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user