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 1qaZFK-009jyG-TP for pgadmin-hackers@arkaria.postgresql.org; Mon, 28 Aug 2023 10:13:22 +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 1qaZFJ-00AZYa-PK for pgadmin-hackers@arkaria.postgresql.org; Mon, 28 Aug 2023 10:13:21 +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 1qaZFJ-00AZY8-C8 for pgadmin-hackers@lists.postgresql.org; Mon, 28 Aug 2023 10:13:21 +0000 Received: from out-28.smtp.github.com ([192.30.252.211]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qaZFF-001OV2-UG for pgadmin-hackers@lists.postgresql.org; Mon, 28 Aug 2023 10:13:19 +0000 Received: from github.com (hubbernetes-node-a064adc.ash1-iad.github.net [10.56.156.21]) by smtp.github.com (Postfix) with ESMTPA id 0BB9D1010B6 for ; Mon, 28 Aug 2023 03:13:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1693217597; bh=IblFTOUHuMYXL4phEHyXW1sFIMZ6MEwpA+9X7Xhi+dM=; h=Date:From:To:Subject:From; b=BcXhOShPOpx2ork5lnNESAphNnLXgB18paG3ZJZlzSwaNiLCstbqmP60PvoBGe+DL kTQWkJNErtkWacf79GR62iNrlSUxOPGWtrG5Sw8LglIvZJl6cO/bFEgidFxLotKjxH PAcuGvae1HIp0IZl52Lep5220vDLFfgo3QJIAZaA= Date: Mon, 28 Aug 2023 03:13:17 -0700 From: Khushboo Vashi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 46c67a: Fix SBOM generation issue on Windows. 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: 46c67a2f4e2dc048ec238bf8349b6d1714a3027d https://github.com/pgadmin-org/pgadmin4/commit/46c67a2f4e2dc048ec238bf8349b6d1714a3027d Author: Khushboo Vashi Date: 2023-08-28 (Mon, 28 Aug 2023) Changed paths: M Make.bat Log Message: ----------- Fix SBOM generation issue on Windows.