Initial commit: Add StudioBridge launcher with minimized CMD window solution

This commit is contained in:
NAME
2025-09-05 00:16:14 +03:00
commit 3ce2b33e54
507 changed files with 21583 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// Default US Export policy file.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};

View File

@@ -0,0 +1,6 @@
// Country-specific policy file for countries with no limits on crypto strength.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};