Adds some integration with firefox.

This is still rather unstable, but it runs.
This commit is contained in:
Markil3
2021-07-11 23:33:39 -06:00
parent 2bc005f031
commit 704ab06f85
535 changed files with 2381 additions and 23 deletions

View File

@@ -10,3 +10,10 @@
* user guide available at https://docs.gradle.org/4.4.1/userguide/tutorial_java_projects.html
*/
ext.defaultPackage = "edu.regis.universe_player"
task bundleAddOn(type: Zip)
{
archiveName = "universal_music@regis.edu.xpi"
destinationDir = file("./browser/profile/extensions")
from (files("./add-on"))
}