Skip to content

Commit

Permalink
Removed version manipulation
Browse files Browse the repository at this point in the history
  • Loading branch information
David Pirie committed Nov 18, 2024
1 parent 3fa56b7 commit a7adf21
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions Logitech/LogitechOptionsPlus.download.recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,3 @@ Process:
Arguments:
input_plist_path: '%RECIPE_CACHE_DIR%/expand/%INSTALLER_APP_NAME%.app/Contents/Info.plist'
plist_version_key: CFBundleVersion

- Processor: com.github.jazzace.processors/TextSearcher
Arguments:
re_pattern: ^[0-9]\.[0-9]*
text_in: '%version%'
result_output_var_name: version_prefix

- Processor: com.github.jazzace.processors/TextSearcher
Arguments:
re_pattern: ^[0-9]\.[0-9]*\.[0-9]\.(.*)
text_in: '%version%'
result_output_var_name: version_suffix

- Processor: com.github.rtrouton.SharedProcessors/VariablePlaceholder
Arguments:
version: '%version_prefix%.%version_suffix%'

0 comments on commit a7adf21

Please sign in to comment.