gnuplot: Add shortcut (#702)

This commit is contained in:
dodorz 2020-01-06 11:29:56 +08:00 committed by Hsiao-nan Cheung
parent 5f7686a3d3
commit 35349524bd

View File

@ -11,6 +11,12 @@
}, },
"extract_dir": "gnuplot", "extract_dir": "gnuplot",
"bin": "bin\\gnuplot.exe", "bin": "bin\\gnuplot.exe",
"shortcuts": [
[
"bin\\wgnuplot.exe",
"GNUPlot"
]
],
"checkver": "(?sm)Version [\\d.]+ \\(current\\).*?Release ([\\d.]+)", "checkver": "(?sm)Version [\\d.]+ \\(current\\).*?Release ([\\d.]+)",
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {