Skip to content

Commit

Permalink
Remove installer suffix as it's not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrcubix committed Nov 26, 2024
1 parent 93bda51 commit dec7d42
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Touch-Gestures.Installer/TouchGesturesInstaller.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,10 @@ public class TouchGesturesInstaller : ITool

private static readonly FileInfo location = new(assembly.Location);
private static readonly DirectoryInfo? pluginsDirectory = location.Directory?.Parent;
private static readonly string AssemblySuffix = OTD_VERSION == "0.5.x" ? "" : $"-{OTD_VERSION}";

private readonly DirectoryInfo OTDEnhancedOutputModeDirectory = null!;

private readonly string dependenciesResourcePath = $"Touch-Gestures.Installer{AssemblySuffix}.Touch-Gestures-{OTD_VERSION}.zip";
private readonly string dependenciesResourcePath = $"Touch-Gestures.Installer.Touch-Gestures-{OTD_VERSION}.zip";

public TouchGesturesInstaller()
{
Expand Down

0 comments on commit dec7d42

Please sign in to comment.