Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
goya committed Jun 15, 2017
1 parent 226525c commit ce4e559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/confetti/templates/windows_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def generate_guid val
end

def version
return @config.windows_package_version || @config.version_string
v = normalize_version(@config.windows_package_version || @config.version_string).split('.')

# after the first one, each segment can only have one character
Expand Down

0 comments on commit ce4e559

Please sign in to comment.