File tree 3 files changed +4
-7
lines changed
3 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 34
34
with :
35
35
token : ${{ secrets.TOKEN }}
36
36
files : |
37
- ./build /**.exe
37
+ ./dist /**.exe
38
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dance_everyday" ,
3
- "version" : " 2.1 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " 我就想问你你跳不跳这个飞饼の舞?" ,
5
5
"main" : " ./src/index.js" ,
6
6
"author" : " HowXu" ,
24
24
"appId" : " cn.howxu.dance_everyday" ,
25
25
"nsis" : {
26
26
"oneClick" : false ,
27
- "shortcutName" : " 点名器 2.1.0 " ,
27
+ "shortcutName" : " 点名器 2.2 " ,
28
28
"allowToChangeInstallationDirectory" : true
29
29
},
30
30
"win" : {
43
43
"directories" : {
44
44
"app" : " ./src"
45
45
}
46
- },
47
- "dependencies" : {
48
- "crypto-js" : " ^4.2.0"
49
46
}
50
47
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dance_everyday" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.2 .0" ,
4
4
"description" : " 我就想问你你跳不跳这个飞饼の舞?" ,
5
5
"main" : " ./index.js" ,
6
6
"author" : " HowXu" ,
You can’t perform that action at this time.
0 commit comments