Skip to content

Commit 9c92743

Browse files
committed
fix:修复Actions自动构建问题,修复Package.json打包出错问题
1 parent 9bcbcff commit 9c92743

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
with:
3535
token: ${{ secrets.TOKEN }}
3636
files: |
37-
./build/**.exe
37+
./dist/**.exe
3838

package.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dance_everyday",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "我就想问你你跳不跳这个飞饼の舞?",
55
"main": "./src/index.js",
66
"author": "HowXu",
@@ -24,7 +24,7 @@
2424
"appId": "cn.howxu.dance_everyday",
2525
"nsis": {
2626
"oneClick": false,
27-
"shortcutName": "点名器 2.1.0",
27+
"shortcutName": "点名器 2.2",
2828
"allowToChangeInstallationDirectory": true
2929
},
3030
"win": {
@@ -43,8 +43,5 @@
4343
"directories": {
4444
"app": "./src"
4545
}
46-
},
47-
"dependencies": {
48-
"crypto-js": "^4.2.0"
4946
}
5047
}

src/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dance_everyday",
3-
"version": "2.0.0",
3+
"version": "2.2.0",
44
"description": "我就想问你你跳不跳这个飞饼の舞?",
55
"main": "./index.js",
66
"author": "HowXu",

0 commit comments

Comments
 (0)