Added better logging and browser support.

We still need to work on the Linux browser a bit.
This commit is contained in:
Markil3
2021-07-26 20:27:43 -07:00
parent 77c0b4fa67
commit 66ce116da4
14 changed files with 601 additions and 146 deletions

View File

@@ -13,7 +13,7 @@ ext.defaultPackage = "edu.regis.universeplayer"
task bundleAddOn(type: Zip)
{
archiveName = "universal_music@regis.edu.xpi"
archiveName = "universalmusic@regis.edu.xpi"
destinationDir = file("./browser/profile/extensions")
from (files("./add-on"))
}