Skip to content

Commit

Permalink
trigger ci remove bintray
Browse files Browse the repository at this point in the history
  • Loading branch information
erguotou520 committed Jan 28, 2019
1 parent 7d3acbc commit 9adbf5e
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .electron-vue/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ function release () {
const macImages = [
'!dist/electron/static/enabled@(Template|Highlight)?(@2x).png',
'!dist/electron/static/pac@(Template|Highlight)?(@2x).png',
'!dist/electron/static/global@(Template|Highlight)?(@2x).png',
'!dist/electron/static/global@(Template|Highlight)?(@2x).png'
]
const winImages = [
'!dist/electron/static/enabled?(@2x).png',
'!dist/electron/static/pac?(@2x).png',
'!dist/electron/static/global?(@2x).png',
'!dist/electron/static/global?(@2x).png'
]
switch (platform) {
case 'darwin':
Expand Down Expand Up @@ -63,15 +63,9 @@ function release () {
directories: {
output: 'build'
},
publish: [{
provider: 'bintray',
package: 'electron-ssr',
repo: 'generic',
owner: 'erguotou520',
user: 'erguotou520'
}, {
publish: {
provider: 'github'
}],
},
dmg: {
contents: [
{
Expand Down Expand Up @@ -111,7 +105,7 @@ function release () {
license: 'LICENSE',
oneClick: false,
perMachine: true,
allowToChangeInstallationDirectory: true,
allowToChangeInstallationDirectory: true
},
linux: {
icon: 'build/icons',
Expand Down

0 comments on commit 9adbf5e

Please sign in to comment.