Fix dist manifest

This commit is contained in:
Félix Saparelli 2024-04-21 01:52:11 +12:00
parent 4497aaf515
commit 62af5dd868
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
app_name: "watchexec",
app_version: $version,
changelog_title: "CLI \($version)",
changelog_body: $changelog,
artifacts: [ $files | split("\n") | .[] | {
name: .,
kind: (if (. | test("[.](deb|rpm)$")) then "installer" else "executable-zip" end),