Skip to content

Commit a7752d1

Browse files
committed
Ensure the updater uses the release asset. This ensures files we don't want in the release are excluded
1 parent a8b577f commit a7752d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

includes/Classifai/Admin/Update.php

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ public function init() {
5858
'classifai'
5959
);
6060

61+
$this->updater->getVcsApi()->enableReleaseAssets();
62+
6163
$this->updater->addResultFilter(
6264
function ( $plugin_info ) {
6365
$plugin_info->icons = array(

0 commit comments

Comments
 (0)