build: copy app-update.yml

This commit is contained in:
xiaojunnuo
2021-08-18 09:23:25 +08:00
parent 972839359e
commit 1b1a8539c9
6 changed files with 13 additions and 4 deletions

View File

@@ -38,6 +38,7 @@ module.exports = {
builderOptions: {
afterPack: './pkg/after-pack.js',
afterAllArtifactBuild: './pkg/after-all-artifact-build.js',
afterPackContent: './pkg/after-pack-content.js',
// builderOptions: {
// publish: ['github']// 此处写入github 就好,不用添加其他内容
// },