mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-28 12:16:44 +00:00
Small fixes [stage] [arm]
This commit is contained in:
@@ -20,7 +20,6 @@ public class AppDirectoryPermissionsCheck {
|
||||
throw new IOException("Directory creation in " + dataDirectory + " failed silently");
|
||||
}
|
||||
Files.delete(testDirectory);
|
||||
// if (true) throw new IOException();
|
||||
} catch (IOException e) {
|
||||
var message = "Unable to access directory " + dataDirectory + ".";
|
||||
if (OsType.getLocal() == OsType.WINDOWS) {
|
||||
|
||||
@@ -60,6 +60,8 @@ public class BaseMode extends OperationMode {
|
||||
LicenseProvider.get().init();
|
||||
AppWindowTitle.init();
|
||||
AppPathCorruptCheck.check();
|
||||
AppWindowsTempCheck.check();
|
||||
AppDirectoryPermissionsCheck.checkDirectory(AppSystemInfo.ofCurrent().getTemp());
|
||||
AppHomebrewCoreutilsCheck.check();
|
||||
WindowsRegistry.init();
|
||||
AppAvCheck.check();
|
||||
|
||||
@@ -114,8 +114,6 @@ public abstract class OperationMode {
|
||||
AppProperties.init(args);
|
||||
NodeCallback.init();
|
||||
AppLogs.init();
|
||||
AppWindowsTempCheck.check();
|
||||
AppDirectoryPermissionsCheck.checkDirectory(AppSystemInfo.ofCurrent().getTemp());
|
||||
AppDebugModeCheck.printIfNeeded();
|
||||
AppProperties.get().logArguments();
|
||||
AppDistributionType.init();
|
||||
|
||||
Reference in New Issue
Block a user