Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rVZ8Y-0003Tq-CW for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Feb 2024 15:37:58 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rVZ8X-005VM3-Cu for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Feb 2024 15:37:57 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rVZ8X-005VLv-4O for pgadmin-hackers@lists.postgresql.org; Thu, 01 Feb 2024 15:37:57 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rVZ8U-004vAz-69 for pgadmin-hackers@lists.postgresql.org; Thu, 01 Feb 2024 15:37:56 +0000 Received: from github.com (hubbernetes-node-93e878a.ash1-iad.github.net [10.56.146.24]) by smtp.github.com (Postfix) with ESMTPA id 2234D100745 for ; Thu, 1 Feb 2024 07:37:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1706801872; bh=b4pCafB0KOTLKJW2+R6Hw13YBuB/zF93VoHz1X262jU=; h=Date:From:To:Subject:From; b=KOaG9VvkEo8w4CuMvq0cBiyRCelNU+JcRv13EpKZ1M7TAgJF6faSvOKjJoyDZ6XwA 5OcvYj/FaKMllaoGexuqcSWELcWW7EpEkEY0QH6/sOCAJVTqjB3V3h/L7vrO8tc/an JMTrKCNcLhqkM29zIj16bO6ECDJh+bqxIiicZ9W0= Date: Thu, 01 Feb 2024 07:37:52 -0800 From: Kristof Mattei To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 956401: Fixed an issue pgAdmin fails to launch due to inco... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 956401015d8e36e92f711e965d55b6c9f4865d03 https://github.com/pgadmin-org/pgadmin4/commit/956401015d8e36e92f711e965d55b6c9f4865d03 Author: Kristof Mattei <864376+kristof-mattei@users.noreply.github.com> Date: 2024-02-01 (Thu, 01 Feb 2024) Changed paths: M runtime/src/js/pgadmin.js Log Message: ----------- Fixed an issue pgAdmin fails to launch due to inconsistent PATH variable name on windows. #7153, #7125