mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-05-11 20:40:46 +00:00
Fix YTLitePlus not being built (Makefile)
Added: PACKAGE_NAME
This commit is contained in:
parent
9914648050
commit
2d33383e3d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
|
@ -5,6 +5,7 @@ ARCHS = arm64
|
||||||
MODULES = jailed
|
MODULES = jailed
|
||||||
FINALPACKAGE = 1
|
FINALPACKAGE = 1
|
||||||
CODESIGN_IPA = 0
|
CODESIGN_IPA = 0
|
||||||
|
PACKAGE_NAME = $(TWEAK_NAME)
|
||||||
PACKAGE_VERSION = X.X.X-X.X
|
PACKAGE_VERSION = X.X.X-X.X
|
||||||
|
|
||||||
TWEAK_NAME = YTLitePlus
|
TWEAK_NAME = YTLitePlus
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue