Skip to content

Commit

Permalink
Flip around {product} and {version} in paths.
Browse files Browse the repository at this point in the history
New paths: Elastic\{product}\{version}\[{subproduct}]

closes #23
  • Loading branch information
Yuriy committed Oct 27, 2019
1 parent 73088ec commit bc93de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer/BeatPackageCompiler/BeatPackageCompiler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ static void Main(string[] args)
.Replace("\n\n", @"\par" + "\r\n") +
@"\par}");

var installSubPath = $@"{companyName}\{ap.Version}\{productSetName}\{serviceName}";
var installSubPath = $@"{companyName}\{productSetName}\{ap.Version}\{serviceName}";

WixSharp.File service = null;
if (pi.IsWindowsService)
Expand Down

0 comments on commit bc93de2

Please sign in to comment.