mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-08 12:28:04 -05:00
Fix MAS builds
This commit is contained in:
parent
fcd331ba59
commit
87cc92656a
@ -9,7 +9,7 @@ public enum LicenseModel {
|
||||
|
||||
MicrosoftStore {
|
||||
|
||||
private final Resource<Boolean> AUMID = Resource.lazy(() -> File.pathSeparatorChar == ':' && System.getProperty("java.home").matches("^[A-Z]:\\\\Program.Files\\\\WindowsApps\\\\PointPlanck.FileBot.*") && !isWritable(get(System.getProperty("java.class.path"))));
|
||||
private final Resource<Boolean> AUMID = Resource.lazy(() -> File.pathSeparatorChar == ':' && System.getProperty("java.home").contains("PointPlanck.FileBot") && !isWritable(get(System.getProperty("java.class.path"))));
|
||||
|
||||
@Override
|
||||
public Object check() throws LicenseError {
|
||||
|
Loading…
Reference in New Issue
Block a user