Use innosetup for GraphicsMagick (#2516)

This commit is contained in:
Leon Yu 2018-08-22 13:16:44 -04:00 committed by Ross Smith II
parent 394812bde2
commit c6d6b995f1
2 changed files with 2 additions and 30 deletions

View File

@ -12,21 +12,7 @@
"hash": "sha1:3eb4e6b12540e64bd1d78913e221ec5f3573fb55" "hash": "sha1:3eb4e6b12540e64bd1d78913e221ec5f3573fb55"
} }
}, },
"installer": { "innosetup": true,
"args": [
"/SILENT",
"/SUPPRESSMSHBOXES",
"/DIR=$dir"
]
},
"uninstaller": {
"file": "unins000.exe",
"args": [
"/SILENT",
"/SUPPRESSMSHBOXES",
"/NOCANCEL"
]
},
"bin": [ "bin": [
"gm.exe", "gm.exe",
[ [

View File

@ -12,21 +12,7 @@
"hash": "sha1:e72483764d1d3989551d942814e3e6b4e957d6af" "hash": "sha1:e72483764d1d3989551d942814e3e6b4e957d6af"
} }
}, },
"installer": { "innosetup": true,
"args": [
"/SILENT",
"/SUPPRESSMSHBOXES",
"/DIR=$dir"
]
},
"uninstaller": {
"file": "unins000.exe",
"args": [
"/SILENT",
"/SUPPRESSMSHBOXES",
"/NOCANCEL"
]
},
"bin": [ "bin": [
"gm.exe", "gm.exe",
[ [