Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
kuaifan committed Apr 1, 2022
1 parent 9dad51f commit 77924ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Module/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,7 @@ public static function upload($param)
$type = ['md'];
break;
case 'desktop':
$type = ['yml', 'yaml', 'dmg', 'blockmap', 'zip', 'exe', 'msi'];
$type = ['yml', 'yaml', 'dmg', 'pkg', 'blockmap', 'zip', 'exe', 'msi'];
break;
case 'more':
$type = [
Expand Down

0 comments on commit 77924ff

Please sign in to comment.