travis
This commit is contained in:
parent
660c91e230
commit
7d318a688c
|
@ -30,7 +30,6 @@ deploy:
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
repo: cutls/TheDesk
|
repo: cutls/TheDesk
|
||||||
tags: false
|
tags: true
|
||||||
branches:
|
branches:
|
||||||
# only: "/^v?[0-9\\.]+/"
|
only: "/^v?[0-9\\.]+/"
|
||||||
only: "/.+/"
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ const config = {
|
||||||
},
|
},
|
||||||
win: {
|
win: {
|
||||||
icon: 'build/thedesk.ico',
|
icon: 'build/thedesk.ico',
|
||||||
target: ['nsis', 'appx', 'portable'],
|
target: ['nsis', 'appx', 'portable']
|
||||||
},
|
},
|
||||||
appx: {
|
appx: {
|
||||||
identityName: '53491Cutls.TheDesk',
|
identityName: '53491Cutls.TheDesk',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user