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 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: "/.+/"

View File

@ -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',