Skip to content

Commit

Permalink
fixes for choco
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 7, 2024
1 parent 8dc6c17 commit 189bdbc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Mozilla/Firefox-Win.choco.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
7 changes: 4 additions & 3 deletions Mozilla/Firefox-Win.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 189bdbc

Please sign in to comment.