mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-07-11 20:21:57 +00:00
Chore: clean up testing values pt 2
This commit is contained in:
@@ -27,7 +27,7 @@ const installFromZip = async () => {
|
|||||||
logger.error('The default path has not been found!');
|
logger.error('The default path has not been found!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
window.DeckyPluginLoader.openFilePicker(path, true, undefined, true, ['zip'], false, true).then((val) => {
|
window.DeckyPluginLoader.openFilePicker(path, true, undefined, true, ['zip'], false, false).then((val) => {
|
||||||
const url = `file://${val.path}`;
|
const url = `file://${val.path}`;
|
||||||
console.log(`Installing plugin locally from ${url}`);
|
console.log(`Installing plugin locally from ${url}`);
|
||||||
installFromURL(url);
|
installFromURL(url);
|
||||||
|
|||||||
Reference in New Issue
Block a user