Skip to content

Commit

Permalink
change recipe name
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 7, 2024
1 parent 5af450e commit 22b45c6
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://download.mozilla.org/?product=firefox-latest-ssl&os=osx&lang=en-US
---
Description: Creates an choco package for the latest version of Firefox
Identifier: com.github.jgstew.choco.Firefox-Win64
Identifier: com.github.jgstew.ChocolateyPackager.Firefox-Win64
Input:
NAME: "Firefox"
product: firefox-latest-ssl
Expand All @@ -22,6 +22,6 @@ Process:
installer_type: exe
# installer_url: "%download_url%"
installer_path: "%pathname%"
installer_checksum: "%filehasher_sha256%"
installer_checksum_type: "sha256"
# installer_checksum: "%filehasher_sha256%"
# installer_checksum_type: "sha256"
installer_args: "/S"

0 comments on commit 22b45c6

Please sign in to comment.