Skip to content

Commit

Permalink
[winphone] use winphone version override
Browse files Browse the repository at this point in the history
  • Loading branch information
goya committed Jan 5, 2016
1 parent 0348c3b commit 0e51f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/confetti/templates/windows_phone8_manifest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def description
end

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

# after the first one, each segment can only have one character
version_string = "#{ v[0] }.#{ v[1][0..0] }.#{ v[2][0..0] }.0"
Expand Down

0 comments on commit 0e51f07

Please sign in to comment.