From 0144a8e9edddb8bc057292b7e0138c852f8d70fd Mon Sep 17 00:00:00 2001 From: "Jung Hyun, Nam" Date: Mon, 18 Nov 2024 16:13:24 +0900 Subject: [PATCH] =?UTF-8?q?Sponge=20=ED=94=84=EB=A1=9C=EA=B7=B8=EB=9E=A8?= =?UTF-8?q?=20=ED=8C=8C=EC=9D=BC=20=EA=B2=BD=EB=A1=9C=20=ED=99=95=EC=9D=B8?= =?UTF-8?q?=EC=9D=B4=20=EB=88=84=EB=9D=BD=EB=90=9C=20=EB=B6=80=EB=B6=84=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/TableCloth/Components/ISharedLocations.cs | 1 + src/TableCloth/Components/Implementations/AppStartup.cs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/TableCloth/Components/ISharedLocations.cs b/src/TableCloth/Components/ISharedLocations.cs index ffd19d0e..4edd99c8 100644 --- a/src/TableCloth/Components/ISharedLocations.cs +++ b/src/TableCloth/Components/ISharedLocations.cs @@ -7,6 +7,7 @@ public interface ISharedLocations string ExecutableDirectoryPath { get; } string ExecutableFilePath { get; } string SporkZipFilePath { get; } + string SpongeZipFilePath { get; } string ImagesZipFilePath { get; } string PreferencesFilePath { get; } diff --git a/src/TableCloth/Components/Implementations/AppStartup.cs b/src/TableCloth/Components/Implementations/AppStartup.cs index b5d103c8..97999130 100644 --- a/src/TableCloth/Components/Implementations/AppStartup.cs +++ b/src/TableCloth/Components/Implementations/AppStartup.cs @@ -103,7 +103,7 @@ public async Task HasRequirementsMetAsync(IList