Skip to content

Commit eea4801

Browse files
authored
fix(Windows): Fix notifications on Windows 10
2 parents 3ec0e36 + 6d79780 commit eea4801

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ notifications:
3131

3232
artifacts:
3333
- path: out\*.exe
34+
- path: out\*.yml

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ directories:
22
app: ./build
33
output: ./out
44

5-
# forceCodeSigning: true
5+
appId: "com.meetfranz.franz"
66

77
compression: maximum
88

0 commit comments

Comments
 (0)