Skip to content

Commit

Permalink
[backend] publish appx files
Browse files Browse the repository at this point in the history
they are signed internal, so no additional sha256 or signatures are
needed
  • Loading branch information
adrianschroeter committed Oct 8, 2019
1 parent 2f29971 commit 9c0e1d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/backend/bs_publish
Original file line number Diff line number Diff line change
Expand Up @@ -1856,6 +1856,8 @@ sub publish {
$p = "$1/$bin";
} elsif ($bin =~ /\.(?:AppImage|AppImage.zsync|snap|exe)?$/) {
$p = "$bin";
} elsif ($bin =~ /\.appx$/) {
$p = "$bin";
} elsif ($bin =~ /\.d?rpm$/) {
# legacy format
my $q = Build::query("$r/$rbin", 'evra' => 1);
Expand Down

0 comments on commit 9c0e1d0

Please sign in to comment.