🎨 Continue using npm
This commit is contained in:
2
bin/options/index.ts
vendored
2
bin/options/index.ts
vendored
@@ -62,7 +62,7 @@ export default async function handleOptions(
|
||||
identifier: getIdentifier(url),
|
||||
};
|
||||
|
||||
appOptions.icon = await handleIcon(appOptions);
|
||||
appOptions.icon = await handleIcon(appOptions, url);
|
||||
|
||||
return appOptions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user