mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 11:26:00 +00:00
wokring electron app build + simplified web build
This commit is contained in:
@@ -12,8 +12,7 @@ export function extractPluginIcon(packageManifest) {
|
||||
return `https://raw.githubusercontent.com/${match[1]}/${match[2]}/master/icon.svg`;
|
||||
}
|
||||
}
|
||||
// eslint-disable-next-line no-undef
|
||||
return `${process.env.PUBLIC_URL}/unknown.svg`;
|
||||
return 'unknown.svg';
|
||||
}
|
||||
|
||||
export function extractPluginAuthor(packageManifest) {
|
||||
|
||||
Reference in New Issue
Block a user