app store.

This commit is contained in:
Bryce Covert
2016-05-25 10:21:27 -07:00
parent 96938aafd3
commit f56779259b
577 changed files with 25518 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// JavaFX runtime get all permissions by default
grant codeBase "file:${javafx.runtime.home}/lib/jfxrt.jar" {
permission java.security.AllPermission;
};