Skip to content

Commit

Permalink
Bump version to 1.0.2 and fix Windows installer name
Browse files Browse the repository at this point in the history
  • Loading branch information
Overv committed Sep 27, 2018
1 parent 57b8b91 commit a715f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.0.1
1.0.2
2 changes: 2 additions & 0 deletions installers/msi/make.sh
Expand Up @@ -7,3 +7,5 @@ VERSION=$(cat ../../VERSION | cut -f1 -d"-")
sed -i "s/\sVersion=".*"/ Version=\"$VERSION\"/" Product.wxs

$WINDIR/Microsoft.NET/Framework/v4.0.30319/MSBuild.exe nerd.wixproject

mv "bin/Nerd Setup (x64).msi" "bin/Nerd.Windows.Installer.x64.msi"

0 comments on commit a715f99

Please sign in to comment.