[Request] Switch to use Theos tooling in Makefile #193
Labels
No labels
YTLite
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/YTLitePlus#193
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It seems that instead of using the tooling provided by
theosandtheos-jailed, you're just manually doing it, by using these in theMakefileyou can remove all the need for thebefore-packageand part of thePrepare Youtube iPAin the action yml.PS: this should be tested though I believe it should work as it's mostly copied from the uYouEnhanced Makefile with changes for YTLitePlus
I've been trying to make this work for a few days, but been having a lot of trouble getting Alderis to install correctly. Since I'm not super familiar with the build process, I will not try to work on this any more until it is required.
I just remembered that to get YTLitePlus to build for me, I had to edit line 36 in the makefile to replace
.theos/obj/install/with.theos/obj/install_Alderis/The bit I copied from uYouEnhanced used that path, maybe that could be causing Alderis to not install correctly