🐞 fix: Update image assets
This commit is contained in:
BIN
assets/banner.jpg
Normal file
BIN
assets/banner.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 338 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 215 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 142 KiB |
BIN
assets/icon-256x256.png
Normal file
BIN
assets/icon-256x256.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 104 KiB |
@@ -607,6 +607,7 @@ class ContentFilterPlugin {
|
||||
new ContentFilterPlugin();
|
||||
$gitHubUpdater = new GitHubUpdater(__FILE__);
|
||||
$gitHubUpdater->setChangelog('CHANGELOG.md');
|
||||
$gitHubUpdater->setPluginIcon('assets/cf-icon.webp');
|
||||
$gitHubUpdater->setPluginBannerLarge('assets/cf-banner.webp');
|
||||
$gitHubUpdater->setPluginIcon('assets/icon-256x256.png');
|
||||
$gitHubUpdater->setPluginBannerLarge('assets/banner.jpg');
|
||||
$gitHubUpdater->setPluginBannerSmall('assets/banner.jpg');
|
||||
$gitHubUpdater->add();
|
||||
|
||||
Reference in New Issue
Block a user