From d67cc23210999364676d7dada41b62fc3f5cfde6 Mon Sep 17 00:00:00 2001 From: Leon Yu <304902+leonyu@users.noreply.github.com> Date: Wed, 1 Jan 2020 22:18:43 -0500 Subject: [PATCH] remove qrencode.json (#669) --- bucket/qrencode.json | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 bucket/qrencode.json diff --git a/bucket/qrencode.json b/bucket/qrencode.json deleted file mode 100644 index 0b677c53ad..0000000000 --- a/bucket/qrencode.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "3.4.4", - "description": "Based on popular libqrencode library, provides executable tool to create QR Code images", - "license": "LGPL-2.1-only", - "url": "http://khudob.in.s3-website-us-west-2.amazonaws.com/releases/qrcodegui_setup-3.4.4.exe", - "homepage": "https://code.google.com/archive/p/qrencode-win32/", - "hash": "b313ee945b8388071ad13e97df2c1072e6adc1315471169c6276ec31ea79b3a2", - "innosetup": true, - "pre_install": "echo \"if(`$MyInvocation.ExpectingInput) { `$input | & $dir\\qrcode.exe @args | Out-String } else { & $dir\\qrcode.exe @args | Out-String }\" | Out-File -Encoding ASCII \"$dir\\qrencode.ps1\"", - "bin": [ - "qrencode.ps1", - "qrcodegui.exe" - ], - "notes": [ - "Due to the fact bundled console .exe files do not call SetConsoleMode() to enable", - "ANSI mode, the origin two console executables qrcode.exe and qrcodecon.exe are", - "not exposed. A custom shim 'qrencode' has been provided that tries to work", - "around some of the incompatibilities. However, output UTF8 to stdout is still", - "non-functional, as that requires changing Windows code page.", - "> Usages:", - "> qrencode -t ANSI 'Hello World'", - "> echo 'Hello World' | qrencode -t ANSI", - "> qrencode -t UTF8 'Hello World' -o QR.txt", - "" - ] -}