Skip to content

Commit 106a7bc

Browse files
committed
chore(version): v0.1.0
1 parent 2b40ddc commit 106a7bc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
permissions:
99
contents: write
1010

11+
env:
12+
CSC_LINK: ${{ secrets.CSC_LINK }}
13+
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
14+
1115
jobs:
1216
release:
1317
runs-on: ${{ matrix.os }}

electron-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
appId: com.cherry-studio.app
1+
appId: com.kangfenmao.cherry-studio
22
productName: Cherry Studio
33
directories:
44
buildResources: build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cherry-studio",
3-
"version": "1.0.0",
3+
"version": "0.1.0",
44
"description": "An Electron application with React and TypeScript",
55
"main": "./out/main/index.js",
66
"author": "example.com",

0 commit comments

Comments
 (0)