Cleaning up debug values in developer installer

This commit is contained in:
Marco Rodolfi
2023-06-21 07:33:38 +02:00
parent 66bcdfd84e
commit 04fff476d5
3 changed files with 18 additions and 18 deletions
@@ -27,7 +27,7 @@ const installFromZip = async () => {
logger.error('The default path has not been found!');
return;
}
window.DeckyPluginLoader.openFilePicker(path, true, undefined, true, ['zip', 'rar'], false, true).then((val) => {
window.DeckyPluginLoader.openFilePicker(path, true, undefined, true, ['zip'], false, true).then((val) => {
const url = `file://${val.path}`;
console.log(`Installing plugin locally from ${url}`);
installFromURL(url);