Skip to content

Commit 6ba4f8b

Browse files
committed
feat: ✨ productName
1 parent 2ef3edd commit 6ba4f8b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,6 @@ jobs:
7272
name: dist_electron
7373
path: dist_electron/?*.*
7474

75-
- name: Send message
76-
env:
77-
OS: ${{ matrix.os }}
78-
run: curl https://api.day.app/EweNWLE36rvVR8EFfWGq7k/App%20build%20success/$OS
79-
8075
list:
8176
needs: build
8277
name: List build result

vue.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
},
88
electronBuilder: {
99
builderOptions: {
10-
productName: 'Electron Vue Template',
10+
productName: 'electron-vue-template',
1111
artifactName: '${productName}-${version}.${ext}',
1212
win: {
1313
signAndEditExecutable: false,

0 commit comments

Comments
 (0)