Skip to content

Commit

Permalink
Added missing files to installer
Browse files Browse the repository at this point in the history
  • Loading branch information
fahminlb33 committed Jun 13, 2020
1 parent bd2c5f8 commit 22946a3
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions src/KFlearning.Setup/Files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,22 @@
<Component Id="KFlearning.Core.dll" Guid="*">
<File Id="KFlearning.Core.dll" KeyPath="yes" Source="$(var.SourceDir)\KFlearning.Core.dll" />
</Component>
<Component Id="Newtonsoft.Json.dll" Guid="*">
<File Id="Newtonsoft.Json.dll" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.dll" />
</Component>
<Component Id="WebDriver.dll" Guid="*">
<File Id="WebDriver.dll" KeyPath="yes" Source="$(var.SourceDir)\WebDriver.dll" />
</Component>
<Component Id="WebDriver.Support.dll" Guid="*">
<File Id="WebDriver.Support.dll" KeyPath="yes" Source="$(var.SourceDir)\WebDriver.Support.dll" />
</Component>

<Component Id="KFlearning.exe" Guid="*">
<File Id="KFlearning.exe" KeyPath="yes" Source="$(var.SourceDir)\KFlearning.exe" />
</Component>
<Component Id="KFlearning.exe.config" Guid="*">
<File Id="KFlearning.exe.config" KeyPath="yes" Source="$(var.SourceDir)\KFlearning.exe.config" />
</Component>
<Component Id="Newtonsoft.Json.dll" Guid="*">
<File Id="Newtonsoft.Json.dll" KeyPath="yes" Source="$(var.SourceDir)\Newtonsoft.Json.dll" />
</Component>

<Component Id="kodesiana_icon.ico" Guid="*">
<File Id="kodesiana_icon.ico" KeyPath="yes" Source="$(var.AssetsDir)\kodesiana_icon.ico" />
Expand Down

0 comments on commit 22946a3

Please sign in to comment.