2
0
mirror of https://gitlab.com/Nanolx/NanoDroid synced 2024-10-31 09:20:23 +00:00

update build-package report

This commit is contained in:
Christopher Roy Bratusek 2020-01-19 19:54:34 +01:00
parent 16eed53982
commit f0feccea4d

View File

@ -264,6 +264,9 @@ get_msc_info () {
*uninstaller*binary*) local msc_type="NanoDroid Uninstaller" ;; *uninstaller*binary*) local msc_type="NanoDroid Uninstaller" ;;
*uninstaller*update*) local msc_type="NanoDroid Uninstaller TWRP invoker" ;; *uninstaller*update*) local msc_type="NanoDroid Uninstaller TWRP invoker" ;;
*Google*update* ) local msc_type="NanoDroid Google Package TWRP invoker" ;;
*Google*.prop* ) local msc_type="NanoDroid Google Module properties" ;;
*ChangeLog.md* ) local msc_type="NanoDroid ChangeLog" ;; *ChangeLog.md* ) local msc_type="NanoDroid ChangeLog" ;;
*README.md* ) local msc_type="NanoDroid README" ;; *README.md* ) local msc_type="NanoDroid README" ;;
@ -274,14 +277,6 @@ get_msc_info () {
*.maps.jar* ) local msc_type="microG Maps v1 support" *.maps.jar* ) local msc_type="microG Maps v1 support"
local msc_name=$(basename ${1}) ;; local msc_name=$(basename ${1}) ;;
*noti*.ogg* ) local msc_type="The Legend of Zelda Notification" ;;
*ring*.ogg* ) local msc_type="The Legend of Zelda Ringtone" ;;
*ui*.ogg* ) local msc_type="The Legend of Zelda UI Sound" ;;
*noti*.mp3* ) local msc_type="The Legend of Zelda Notification" ;;
*ring*.mp3* ) local msc_type="The Legend of Zelda Ringtone" ;;
*ui*.mp3* ) local msc_type="The Legend of Zelda UI Sound" ;;
*.ttf* ) local msc_type="Nintendo UI Font" ;;
*LICENSE* ) local msc_type="exclude" ;; *LICENSE* ) local msc_type="exclude" ;;
*doc* ) local msc_type="exclude" ;; *doc* ) local msc_type="exclude" ;;
*build-package* ) local msc_type="exclude" ;; *build-package* ) local msc_type="exclude" ;;