From 8c1dfbd6219ea17605d6f6b9c9b479838bd59b7a Mon Sep 17 00:00:00 2001 From: DJMalachite <69500602+DJMalachite@users.noreply.github.com> Date: Fri, 20 Jun 2025 20:12:22 +0100 Subject: [PATCH 1/5] Update medal.yml Fix Medal Download link. --- Software/medal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/medal.yml b/Software/medal.yml index a3e80fa..62e6766 100644 --- a/Software/medal.yml +++ b/Software/medal.yml @@ -15,4 +15,4 @@ Executable: Steps: - action: install_exe file_name: MedalSetup.exe - url: https://storage.medal.tv/MedalSetup.exe + url: https://install.medal.tv/? From f82a368d45c0a5339cd20b260fa6b66741752d52 Mon Sep 17 00:00:00 2001 From: DJMalachite <69500602+DJMalachite@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:10:30 +0100 Subject: [PATCH 2/5] Update medal.yml - Remove ? --- Software/medal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/medal.yml b/Software/medal.yml index 62e6766..4c9262c 100644 --- a/Software/medal.yml +++ b/Software/medal.yml @@ -15,4 +15,4 @@ Executable: Steps: - action: install_exe file_name: MedalSetup.exe - url: https://install.medal.tv/? + url: https://install.medal.tv From 79f476819e69ad8e4567809e924ac58794ec1251 Mon Sep 17 00:00:00 2001 From: DJMalachite <69500602+DJMalachite@users.noreply.github.com> Date: Wed, 23 Jul 2025 16:18:21 +0100 Subject: [PATCH 3/5] Update medal.yml- correct format --- Software/medal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/medal.yml b/Software/medal.yml index 4c9262c..2ab6913 100644 --- a/Software/medal.yml +++ b/Software/medal.yml @@ -15,4 +15,4 @@ Executable: Steps: - action: install_exe file_name: MedalSetup.exe - url: https://install.medal.tv + url: https://install.medal.tv/ From 95231bb52119874a4077d733b5a745021163c3eb Mon Sep 17 00:00:00 2001 From: DJMalachite <69500602+DJMalachite@users.noreply.github.com> Date: Sun, 27 Jul 2025 17:27:14 +0100 Subject: [PATCH 4/5] Update Dependancies on Medal upped the Dependencies to dotnet481 to fix the mscoree.dll was not found issue --- Software/medal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/medal.yml b/Software/medal.yml index 2ab6913..f225bf5 100644 --- a/Software/medal.yml +++ b/Software/medal.yml @@ -4,7 +4,7 @@ Grade: Silver Arch: win64 Dependencies: -- dotnet472 +- dotnet481 Executable: icon: medal.png From 11aa09bcd415a0711ab624c2e0b996c52ba902fa Mon Sep 17 00:00:00 2001 From: DJMalachite <69500602+DJMalachite@users.noreply.github.com> Date: Sun, 27 Jul 2025 17:37:41 +0100 Subject: [PATCH 5/5] Update medal.yml - Add mono Needs to be added to fix mscoree.dll --- Software/medal.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/medal.yml b/Software/medal.yml index f225bf5..a0cf0e0 100644 --- a/Software/medal.yml +++ b/Software/medal.yml @@ -5,6 +5,7 @@ Arch: win64 Dependencies: - dotnet481 +- mono Executable: icon: medal.png