This repository was archived by the owner on Jul 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Expand file tree Collapse file tree 3 files changed +11
-15
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ function createWindow() {
28
28
backgroundColor : '#2e2c29' ,
29
29
webPreferences : {
30
30
nodeIntegration : true ,
31
- nodeIntegrationInWorker : true
31
+ contextIsolation : false ,
32
32
} ,
33
33
icon : nativeImage . createFromPath ( 'BlockPi/src/media/logo_32x32.png' )
34
34
} )
Original file line number Diff line number Diff line change 1
- # 1.2.0
1
+ # 1.2.1
2
2
3
- Update Blockly core to 4.20201217.0.\
4
- 更新Blockly内核版本到4.20201217.0。
5
-
6
- New designed logo.\
7
- 重新设计了logo。
3
+ Update Electron and other dependencies.\
4
+ 更新Electron和其他依赖。
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " blockpi" ,
3
- "version" : " 1.2.0 " ,
3
+ "version" : " 1.2.1 " ,
4
4
"description" : " A visual programming editor for Raspberry Pi" ,
5
5
"main" : " BlockPi/main.js" ,
6
6
"scripts" : {
22
22
"url" : " https://github.com/alienzhangyw/BlockPi.git"
23
23
},
24
24
"devDependencies" : {
25
- "electron" : " ^11.2.3 " ,
26
- "electron-builder" : " ^22.9.1 " ,
25
+ "electron" : " ^17.0.0 " ,
26
+ "electron-builder" : " ^22.14.13 " ,
27
27
"electron-reload" : " ^1.5.0" ,
28
28
"fs" : " 0.0.1-security" ,
29
29
"google-closure-compiler" : " ^20210202.0.0" ,
36
36
"yargs" : " ^16.2.0"
37
37
},
38
38
"dependencies" : {
39
- "electron-updater" : " ^4.3 .5" ,
39
+ "electron-updater" : " ^4.6 .5" ,
40
40
"iconv-lite" : " ^0.6.2"
41
41
},
42
42
"build" : {
43
43
"appId" : " com.github.alienzhangyw.blockpi" ,
44
44
"productName" : " BlockPi" ,
45
- "copyright" : " Copyright © 2019-2021 ${author}" ,
45
+ "copyright" : " Copyright © 2019-2022 ${author}" ,
46
46
"directories" : {
47
47
"buildResources" : " build" ,
48
48
"output" : " dist"
73
73
},
74
74
{
75
75
"target" : " deb" ,
76
- "arch" : " armv7l"
76
+ "arch" : [ " armv7l" , " arm64 " ]
77
77
}
78
78
],
79
79
"category" : " Development"
83
83
},
84
84
"deb" : {
85
85
"fpm" : [
86
- " --architecture=armhf " ,
86
+ " --architecture=all " ,
87
87
" --before-install=build/requirements.sh"
88
88
],
89
89
"depends" : [
90
90
" python3" ,
91
91
" gconf2" ,
92
92
" gconf-service" ,
93
93
" libnotify4" ,
94
- " libappindicator1" ,
95
94
" libxtst6" ,
96
95
" libnss3" ,
97
96
" python3-gpiozero" ,
You can’t perform that action at this time.
0 commit comments