Skip to content

Commit

Permalink
chore(assemblies): Do not put version inside the assembly name
Browse files Browse the repository at this point in the history
Change-Id: I74af947f437285651db246f14f450aa863e364f5
Signed-off-by: Florent Benoit <[email protected]>
  • Loading branch information
benoitf committed Aug 13, 2019
1 parent 763e522 commit cd22e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@
"templates": {
"target": {
"unversioned": "<%- 'channels/' + channel + '/' %><%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"versioned": "<%- 'channels/' + channel + '/' %>/<%- bin %>-v<%- version %>-<%- platform %>-<%- arch %><%- ext %>",
"versioned": "<%- 'channels/' + channel + '/' %>/<%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"manifest": "<%- 'channels/' + channel + '/' %><%- platform %>-<%- arch %>"
},
"vanilla": {
"unversioned": "<%- 'channels/' + channel + '/' %><%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"versioned": "<%- 'channels/' + channel + '/' %>/<%- bin %>-v<%- version %>-<%- platform %>-<%- arch %><%- ext %>",
"versioned": "<%- 'channels/' + channel + '/' %>/<%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"manifest": "<%- 'channels/' + channel + '/' %><%- platform %>-<%- arch %>"
}
}
Expand Down

0 comments on commit cd22e69

Please sign in to comment.