Skip to content

Commit

Permalink
More accurate name for installer file
Browse files Browse the repository at this point in the history
  • Loading branch information
markummitchell-tu committed Oct 24, 2015
1 parent 7c19d21 commit 1274738
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion windows/.gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
engauge.msi
digit*.msi
*.wixobj
engauge.wixpdb
staging
2 changes: 1 addition & 1 deletion windows/build_msi
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ echo "***Compiling release files" &&
candle.exe engauge.wxs &&
candle.exe WixUI_InstallDir_NoLicense.wxs &&
echo "***Creating MSI" &&
light.exe -ext WixUIExtension -ext WixUtilExtension engauge.wixobj WixUI_InstallDir_NoLicense.wixobj -o engauge.msi
light.exe -ext WixUIExtension -ext WixUtilExtension engauge.wixobj WixUI_InstallDir_NoLicense.wixobj -o digit-exe-windows-64-bit-installer-6_0.msi

0 comments on commit 1274738

Please sign in to comment.