Skip to content

Commit

Permalink
Merge branch 'main' of github.com:rcaelers/workrave
Browse files Browse the repository at this point in the history
  • Loading branch information
rcaelers committed Dec 16, 2023
2 parents f4af948 + 4f9de1c commit db05f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/citool/templates/appcast.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Date: {{ commit.commit.author.timestamp | data_format_from_unix }}
{%- for enclosure in entry.artifacts %}
{%- if enclosure.platform == 'windows' and enclosure.kind == 'installer' and enclosure.configuration == 'release' %}
{%- if entry.channel == 'dev' or environment != '' %}
<enclosure os="{{ enclosure.platform }}" url="https://snapshots.workrave.org/{{ enclosure.url }}" sparkle:installerArguments="/SILENT /SP- /NOICONS" sparkle:edSignature="{{ enclosure.ed25519 }}" length="{{ enclosure.size }}" type="application/octet-stream" />
<enclosure os="{{ enclosure.platform }}" url="https://snapshots.workrave.org/{{ enclosure.url }}" sparkle:installerArguments="/SILENT /SP- /NOICONS /CLOSEAPPLICATIONS" sparkle:edSignature="{{ enclosure.ed25519 }}" length="{{ enclosure.size }}" type="application/octet-stream" />
{%- else -%}
<enclosure os="{{ enclosure.platform }}" url="https://github.com/rcaelers/workrave/releases/download/{{ entry.tag }}/{{ enclosure.filename }}" sparkle:installerArguments="/SILENT /SP- /NOICONS" sparkle:edSignature="{{ enclosure.ed25519 }}" length="{{ enclosure.size }}" type="application/octet-stream" />
<enclosure os="{{ enclosure.platform }}" url="https://github.com/rcaelers/workrave/releases/download/{{ entry.tag }}/{{ enclosure.filename }}" sparkle:installerArguments="/SILENT /SP- /NOICONS /CLOSEAPPLICATIONS" sparkle:edSignature="{{ enclosure.ed25519 }}" length="{{ enclosure.size }}" type="application/octet-stream" />
{%- endif -%}
{%- endif -%}
{%- endfor %}
Expand Down

0 comments on commit db05f9a

Please sign in to comment.