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