Skip to content

Commit

Permalink
use new VersionNumFromSemver from kit
Browse files Browse the repository at this point in the history
  • Loading branch information
zackattack01 committed Nov 26, 2024
1 parent 9dead2f commit e6f6855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/packagekit/package_wix.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func PackageWixMSI(ctx context.Context, w io.Writer, po *PackageOptions, include
// store this in the registry on install to give a comparable field
// for intune to drive upgrade behavior from
if po.VersionNum == 0 {
po.VersionNum = version.VersionNum()
po.VersionNum = version.VersionNumFromSemver(po.Version)
}

// We include a random nonce as part of the ProductCode
Expand Down

0 comments on commit e6f6855

Please sign in to comment.