|
@@ -29,7 +29,7 @@ export function getTempPath() {
|
|
}
|
|
}
|
|
|
|
|
|
export function getImagicPath() {
|
|
export function getImagicPath() {
|
|
- return path.join(getResourcesDir(), './imagemagick-7.1.1-11/magick.exe');
|
|
|
|
|
|
+ return path.join(getResourcesDir(), './imagemagick-7.1.1-11/');
|
|
}
|
|
}
|
|
|
|
|
|
export function makeDirSync(pathContent: string) {
|
|
export function makeDirSync(pathContent: string) {
|