Skip to content

Commit

Permalink
work in progress firefox-win-choco
Browse files Browse the repository at this point in the history
  • Loading branch information
jgstew committed Jul 7, 2024
1 parent c42d434 commit 8dc6c17
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Mozilla/Firefox-Win.choco.recipe.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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
Input:
NAME: "Firefox"
product: firefox-stub
OS: win64
filename: FirefoxInstaller.exe
# https://download.mozilla.org/?product=firefox-latest-ssl&os=linux64&lang=en-US
MinimumVersion: "2.3"
ParentRecipe: com.github.jgstew.download.Firefox-Win64
Process:
- Processor: ChocolateyPackager
Arguments:
id: "%NAME%"
version: "%version%"
title: "%NAME%"
authors: Mozilla
description: Firefox web browser.
installer_type: exe
installer_url: "%download_url%"
installer_checksum: "%filehasher_sha256%"
installer_checksum_type: "sha256"

0 comments on commit 8dc6c17

Please sign in to comment.