gnucash-on-windows master: Remove gnc-fq-check and gnc-fq-helper from install-fq-mods

John Ralls jralls at code.gnucash.org
Sun Mar 26 14:21:02 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-on-windows/commit/71b2988d (commit)
	from  https://github.com/Gnucash/gnucash-on-windows/commit/d340970e (commit)



commit 71b2988dd814e214950ad65e2181f0f579a72a31
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Mar 26 11:20:26 2023 -0700

    Remove gnc-fq-check and gnc-fq-helper from install-fq-mods
    
    They've been removed from GnuCash's price-quotes mechanism.

diff --git a/extra_dist/install-fq-mods.cmd b/extra_dist/install-fq-mods.cmd
index c007430..c2ba4ae 100644
--- a/extra_dist/install-fq-mods.cmd
+++ b/extra_dist/install-fq-mods.cmd
@@ -113,20 +113,6 @@ echo.  ***    - starting GnuCash and adding the Alpha Vantage api key in
 echo.  ***        Edit-^>Preferences-^>Online Quotes
 echo.  ***
 
-REM ----------------------------------------------------------------------------
-echo.
-echo * Run gnc-fq-check
-echo.
-perl -w gnc-fq-check
-if %errorlevel% neq 0 goto error
-
-REM ----------------------------------------------------------------------------
-echo.
-echo * Run gnc-fq-helper
-echo.
-echo (alphavantage "AMZN") | perl -w gnc-fq-helper
-if %errorlevel% neq 0 goto error
-
 REM ----------------------------------------------------------------------------
 :success
 echo.



Summary of changes:
 extra_dist/install-fq-mods.cmd | 14 --------------
 1 file changed, 14 deletions(-)



More information about the gnucash-changes mailing list