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 1qbbgf-00CVde-97 for pgadmin-hackers@arkaria.postgresql.org; Thu, 31 Aug 2023 07:01:53 +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 1qbbge-004f9p-0Q for pgadmin-hackers@arkaria.postgresql.org; Thu, 31 Aug 2023 07:01:51 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qbbgd-004f9e-N1 for pgadmin-hackers@lists.postgresql.org; Thu, 31 Aug 2023 07:01:51 +0000 Received: from out-25.smtp.github.com ([192.30.252.208]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qbbga-001vFc-5J for pgadmin-hackers@lists.postgresql.org; Thu, 31 Aug 2023 07:01:50 +0000 Received: from github.com (hubbernetes-node-56b9999.ash1-iad.github.net [10.56.158.24]) by smtp.github.com (Postfix) with ESMTPA id 0544F341298 for ; Thu, 31 Aug 2023 00:01:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693465307; bh=mg3vUBREHNuVl6VN24nRaMtOWQfRRTDEpQRH1AkhmN8=; h=Date:From:To:Subject:From; b=OXhcWpr078M3nmQJf7ObHWSFG1D6jU19Mb0vLZyus1QxHJ18cFc+pxnPCtsKT/KZq YmhIJcAyFpPOYlwOaiAXq5BnLYr23k3XlE35kvw8HxeAJKEsc7smYPBAK3Cgi8A5We tN16GOLNER32Sfg4Zt5gY9y6Udif4I4mLcMgqBd4= Date: Thu, 31 Aug 2023 00:01:47 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] ed8aee: Remove backslash from the directory path to fix th... 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: ed8aeed81805e7abc0b2ef0b489224888e49b133 https://github.com/pgadmin-org/pgadmin4/commit/ed8aeed81805e7abc0b2ef0b489224888e49b133 Author: Khushboo Vashi Date: 2023-08-31 (Thu, 31 Aug 2023) Changed paths: M Make.bat Log Message: ----------- Remove backslash from the directory path to fix the SBOM generation issue on Windows.