From 2202a8a4924641a5b25db8a82fa4f92d80485a35 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Wed, 18 Oct 2023 20:38:04 -0400 Subject: [PATCH 1/4] rider stuff --- .idea/.idea.SPTInstaller/.idea/.gitignore | 13 +++++++++++++ .idea/.idea.SPTInstaller/.idea/.name | 1 + .idea/.idea.SPTInstaller/.idea/avalonia.xml | 14 ++++++++++++++ .idea/.idea.SPTInstaller/.idea/encodings.xml | 4 ++++ .idea/.idea.SPTInstaller/.idea/indexLayout.xml | 8 ++++++++ .idea/.idea.SPTInstaller/.idea/vcs.xml | 6 ++++++ 6 files changed, 46 insertions(+) create mode 100644 .idea/.idea.SPTInstaller/.idea/.gitignore create mode 100644 .idea/.idea.SPTInstaller/.idea/.name create mode 100644 .idea/.idea.SPTInstaller/.idea/avalonia.xml create mode 100644 .idea/.idea.SPTInstaller/.idea/encodings.xml create mode 100644 .idea/.idea.SPTInstaller/.idea/indexLayout.xml create mode 100644 .idea/.idea.SPTInstaller/.idea/vcs.xml diff --git a/.idea/.idea.SPTInstaller/.idea/.gitignore b/.idea/.idea.SPTInstaller/.idea/.gitignore new file mode 100644 index 0000000..c9295cc --- /dev/null +++ b/.idea/.idea.SPTInstaller/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/modules.xml +/contentModel.xml +/.idea.SPTInstaller.iml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.SPTInstaller/.idea/.name b/.idea/.idea.SPTInstaller/.idea/.name new file mode 100644 index 0000000..e2001da --- /dev/null +++ b/.idea/.idea.SPTInstaller/.idea/.name @@ -0,0 +1 @@ +SPTInstaller \ No newline at end of file diff --git a/.idea/.idea.SPTInstaller/.idea/avalonia.xml b/.idea/.idea.SPTInstaller/.idea/avalonia.xml new file mode 100644 index 0000000..400e2f0 --- /dev/null +++ b/.idea/.idea.SPTInstaller/.idea/avalonia.xml @@ -0,0 +1,14 @@ + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SPTInstaller/.idea/encodings.xml b/.idea/.idea.SPTInstaller/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.SPTInstaller/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.SPTInstaller/.idea/indexLayout.xml b/.idea/.idea.SPTInstaller/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.SPTInstaller/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.SPTInstaller/.idea/vcs.xml b/.idea/.idea.SPTInstaller/.idea/vcs.xml new file mode 100644 index 0000000..35eb1dd --- /dev/null +++ b/.idea/.idea.SPTInstaller/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file From 75e5cd914ec75c539ae505ead188aebd36370aa3 Mon Sep 17 00:00:00 2001 From: "waffle.lord" Date: Wed, 18 Oct 2023 20:39:38 -0400 Subject: [PATCH 2/4] get release info, log install path before errors --- .../CustomControls/PreCheckItem.axaml | 2 +- SPTInstaller/ViewModels/PreChecksViewModel.cs | 60 +++++++++++++++++-- 2 files changed, 55 insertions(+), 7 deletions(-) diff --git a/SPTInstaller/CustomControls/PreCheckItem.axaml b/SPTInstaller/CustomControls/PreCheckItem.axaml index 68e7fb3..d0b65bb 100644 --- a/SPTInstaller/CustomControls/PreCheckItem.axaml +++ b/SPTInstaller/CustomControls/PreCheckItem.axaml @@ -22,7 +22,7 @@