Skip to content

Commit

Permalink
Adjust bundle for 2-part version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Apr 2, 2018
1 parent 6c241ec commit 4af9fb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bundle-mingw64.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ $proc = bash-command("sed < $issue_in > $issue_out \
-e ""s#@PACKAGE@#$package#g"" \
-e ""s#@GNUCASH_MAJOR_VERSION@#$major_version#g"" \
-e ""s#@GNUCASH_MINOR_VERSION@#$minor_version#g"" \
-e ""s#@GNUCASH_MICRO_VERSION@#$micro_version#g"" \
-e ""s#@GC_WIN_REPOS_DIR@#$script#g"" ")

$date = get-date -format "yyyy-MM-dd"
Expand Down
1 change: 0 additions & 1 deletion inno_setup/gnucash-mingw64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ Root: HKLM; Subkey: "Software\GnuCash\Version"; ValueType: none; Flags: uninsdel
Root: HKLM; Subkey: "Software\GnuCash\Version"; ValueType: string; ValueName: "Version"; ValueData: "@PACKAGE_VERSION@"; Flags: uninsdeletevalue
Root: HKLM; Subkey: "Software\GnuCash\Version"; ValueType: dword; ValueName: "VersionMajor"; ValueData: "@GNUCASH_MAJOR_VERSION@"; Flags: uninsdeletevalue
Root: HKLM; Subkey: "Software\GnuCash\Version"; ValueType: dword; ValueName: "VersionMinor"; ValueData: "@GNUCASH_MINOR_VERSION@"; Flags: uninsdeletevalue
Root: HKLM; Subkey: "Software\GnuCash\Version"; ValueType: dword; ValueName: "VersionMicro"; ValueData: "@GNUCASH_MICRO_VERSION@"; Flags: uninsdeletevalue

; Additionally, we have to install the paths for gwenhywfar
Root: HKLM; Subkey: "Software\Gwenhywfar"; ValueType: none; Flags: uninsdeletekeyifempty
Expand Down

0 comments on commit 4af9fb7

Please sign in to comment.