We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ef3edd commit 6ba4f8bCopy full SHA for 6ba4f8b
.github/workflows/release.yml
@@ -72,11 +72,6 @@ jobs:
72
name: dist_electron
73
path: dist_electron/?*.*
74
75
- - name: Send message
76
- env:
77
- OS: ${{ matrix.os }}
78
- run: curl https://api.day.app/EweNWLE36rvVR8EFfWGq7k/App%20build%20success/$OS
79
-
80
list:
81
needs: build
82
name: List build result
vue.config.js
@@ -7,7 +7,7 @@ module.exports = {
7
},
8
electronBuilder: {
9
builderOptions: {
10
- productName: 'Electron Vue Template',
+ productName: 'electron-vue-template',
11
artifactName: '${productName}-${version}.${ext}',
12
win: {
13
signAndEditExecutable: false,
0 commit comments