mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
Rename lang/ -> Localizations/
This commit is contained in:
parent
3d784259c4
commit
32f65fb33b
25 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
../lang/uYouPlus.bundle
|
||||
../Localizations/uYouPlus.bundle
|
||||
2
Makefile
2
Makefile
|
|
@ -71,5 +71,5 @@ before-all::
|
|||
fi;
|
||||
else
|
||||
before-package::
|
||||
@mkdir -p $(THEOS_STAGING_DIR)/Library/Application\ Support; cp -r lang/uYouPlus.bundle $(THEOS_STAGING_DIR)/Library/Application\ Support/
|
||||
@mkdir -p $(THEOS_STAGING_DIR)/Library/Application\ Support; cp -r Localizations/uYouPlus.bundle $(THEOS_STAGING_DIR)/Library/Application\ Support/
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue