Skip to content

Commit

Permalink
chore(version): v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kangfenmao committed Jul 11, 2024
1 parent 2b40ddc commit 106a7bc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
permissions:
contents: write

env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}

jobs:
release:
runs-on: ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
appId: com.cherry-studio.app
appId: com.kangfenmao.cherry-studio
productName: Cherry Studio
directories:
buildResources: build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cherry-studio",
"version": "1.0.0",
"version": "0.1.0",
"description": "An Electron application with React and TypeScript",
"main": "./out/main/index.js",
"author": "example.com",
Expand Down

0 comments on commit 106a7bc

Please sign in to comment.