This commit is contained in:
cutls 2021-04-13 14:33:15 +09:00
parent 660c91e230
commit 7d318a688c
2 changed files with 3 additions and 4 deletions

View File

@ -30,7 +30,6 @@ deploy:
skip_cleanup: true
on:
repo: cutls/TheDesk
tags: false
tags: true
branches:
# only: "/^v?[0-9\\.]+/"
only: "/.+/"
only: "/^v?[0-9\\.]+/"

View File

@ -21,7 +21,7 @@ const config = {
},
win: {
icon: 'build/thedesk.ico',
target: ['nsis', 'appx', 'portable'],
target: ['nsis', 'appx', 'portable']
},
appx: {
identityName: '53491Cutls.TheDesk',