Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit be2df96

Browse files
committed
Fix Release 0.7.1
1 parent 115ef57 commit be2df96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ deploy:
1010
- provider: GitHub
1111
auth_token:
1212
secure: xbDg5MsNRSCKs8kfz7jFP8D4g0BoPVB0vUPEy446Bru5RQCF/JDMGdhAa6SjLVTW
13-
artifact: /.*\.exe/
13+
artifact: dist\eDEX-UI-x64.exe, dist\eDEX-UI-ia32.exe
1414
force_update: true
1515
on:
1616
appveyor_repo_tag: true

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
},
5151
"forceCodeSigning": false,
5252
"npmRebuild": true,
53+
"artifactName": "eDEX-UI-${arch}.${ext}",
5354
"linux": {
5455
"target": [
5556
{

0 commit comments

Comments
 (0)