Skip to content

Commit

Permalink
Make version_item tag match changes in Gnucash.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Oct 16, 2017
1 parent d219c3e commit 08b2ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle-mingw64.ps1
Expand Up @@ -131,7 +131,7 @@ $setup_result = "$target_dir\gnucash-$package_version-setup.exe"
$final_file = ""
if ($git_build) {
$gnc_vcsinfo_h = "$target_dir\build\gnucash-git\libgnucash\core-utils\gnc-vcs-info.h"
$vcs_rev = version_item -tag "GNUCASH_SCM_REV" -path $gnc_vcsinfo_h | %{$_ -replace """", ""}
$vcs_rev = version_item -tag "GNC_VCS_REV" -path $gnc_vcsinfo_h | %{$_ -replace """", ""}
$final_file = "$target_dir\gnucash-$package_version-$date-git-$vcs_rev-setup.exe"
}
else {
Expand Down

0 comments on commit 08b2ab9

Please sign in to comment.