From 189bdbcc5c1f17153689a0f4f3a3e374ea064da5 Mon Sep 17 00:00:00 2001 From: jgstew Date: Sun, 7 Jul 2024 07:14:43 -0700 Subject: [PATCH] fixes for choco --- Mozilla/Firefox-Win.choco.recipe.yaml | 4 +++- Mozilla/Firefox-Win.download.recipe.yaml | 7 ++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Mozilla/Firefox-Win.choco.recipe.yaml b/Mozilla/Firefox-Win.choco.recipe.yaml index 81b397c..12b929b 100644 --- a/Mozilla/Firefox-Win.choco.recipe.yaml +++ b/Mozilla/Firefox-Win.choco.recipe.yaml @@ -19,6 +19,8 @@ Process: authors: Mozilla description: Firefox web browser. installer_type: exe - installer_url: "%download_url%" + # installer_url: "%download_url%" + installer_path: "%pathname%" installer_checksum: "%filehasher_sha256%" installer_checksum_type: "sha256" + installer_args: "/S" diff --git a/Mozilla/Firefox-Win.download.recipe.yaml b/Mozilla/Firefox-Win.download.recipe.yaml index 6498eff..0076b74 100644 --- a/Mozilla/Firefox-Win.download.recipe.yaml +++ b/Mozilla/Firefox-Win.download.recipe.yaml @@ -5,10 +5,11 @@ Description: Downloads the latest version of Firefox Identifier: com.github.jgstew.download.Firefox-Win64 Input: NAME: "Firefox" - product: firefox-stub + product: firefox-latest-ssl OS: win64 - filename: FirefoxInstaller.exe - # https://download.mozilla.org/?product=firefox-stub&os=win64&lang=en-US + filename: FirefoxSetup.exe + # https://download.mozilla.org/?product=firefox-msi-latest-ssl&os=win64&lang=en-US + # https://download.mozilla.org/?product=firefox-latest-ssl&os=win64&lang=en-US MinimumVersion: "2.3" ParentRecipe: com.github.jgstew.download.Firefox-Mac Process: