Main #2

Closed
Dusk wants to merge 4 commits from Dusk/OctoLauncher:main into main
Showing only changes of commit 298e34bc04 - Show all commits
+2 -2
View File
@@ -108,9 +108,9 @@ export const defaultSources: AddonSource[] = [
branch: 'main', branch: 'main',
description: 'pfQuest extension showing all monster drops and quest chains. /pfex' description: 'pfQuest extension showing all monster drops and quest chains. /pfex'
}, },
{ git: 'https://github.com/The-Kludge-Bureau/pfQuest.git' }, { git: 'https://github.com/shagu/pfQuest.git' },
{ git: 'https://github.com/KameleonUK/pfQuest-turtle.git' }, { git: 'https://github.com/KameleonUK/pfQuest-turtle.git' },
{ git: 'https://github.com/brues-code/pfUI.git' }, { git: 'https://github.com/shagu/pfUI.git' },
octoadmin marked this conversation as resolved Outdated
Outdated
Review

Having some trouble with pfUI on a fresh install using this new repo. If you revert this one change we can merge it in, or you can look into getting the dependencies needed for brues-code/pfUI.git included and wire up the dependencies in the launcher.

Having some trouble with pfUI on a fresh install using this new repo. If you revert this one change we can merge it in, or you can look into getting the dependencies needed for brues-code/pfUI.git included and wire up the dependencies in the launcher.
Outdated
Review

pfQuest from Shagu actually performs better anyway
Reverted the pfUI change I'm not familiar with how to set up the required dependencies in the launcher

pfQuest from Shagu actually performs better anyway Reverted the pfUI change I'm not familiar with how to set up the required dependencies in the launcher
{ {
git: 'https://github.com/jrc13245/pfUI-addonskinner.git', git: 'https://github.com/jrc13245/pfUI-addonskinner.git',
branch: 'main', branch: 'main',