Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fruitriin committed Jun 9, 2023
1 parent f772a10 commit 1324254
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
echo ${{ secrets.CERT }} > encoded.txt
base64 -d encoded.txt >> ~/.cert.p12
- run: yarn helper
- name: Build/release Electron app
uses: samuelmeuli/action-electron-builder@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ files:
- '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'
- '!{tsconfig.json,tsconfig.node.json,tsconfig.web.json}'
extraResources:
- 'resources/TaskbarHelper'
- from: "resources/TaskbarHelper"
to: "TaskbarHelper"
afterPack: build/afterPack.js
afterSign: build/notarize.js
mac:
Expand Down
Binary file modified resources/TaskbarHelper
Binary file not shown.

0 comments on commit 1324254

Please sign in to comment.