File tree Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Expand file tree Collapse file tree 4 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " BlocklyProp Launcher" ,
3
3
"description" : " A Chrome application that connects your Propeller-Powered Hardware to the BlocklyProp website." ,
4
- "version" : " 1.0.4 " ,
4
+ "version" : " 1.0.7 " ,
5
5
"manifest_version" : 2 ,
6
6
"minimum_chrome_version" : " 45" ,
7
7
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ <h3>Introduction</h3>
8
8
9
9
< p > This software installs the BlocklyProp Launcher into your Applications folder.</ p >
10
10
11
- < p > Copyright (c) 2021 Parallax Inc.</ p >
11
+ < p > Copyright (c) 2022 Parallax Inc.</ p >
12
12
</ body >
13
13
</ html >
Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ <h3>Introduction</h3>
10
10
11
11
< p > The required FTDI USB Serial Driver will also be installed. The system must be restarted after installation to use it.</ p >
12
12
13
- < p > Copyright (c) 2021 Parallax Inc.</ p >
13
+ < p > Copyright (c) 2022 Parallax Inc.</ p >
14
14
</ body >
15
15
</ html >
Original file line number Diff line number Diff line change @@ -300,17 +300,9 @@ if [ "$?" != "0" ]; then
300
300
exit 1
301
301
fi
302
302
#
303
- # libswiftshader_libEGL .dylib
303
+ # libvk_swiftshader .dylib
304
304
#
305
- codesign -s " $APP_IDENTITY " --deep -f -v --options runtime --timestamp --entitlements " ${ENTITLEMENTS} " " ${DISTRIBUTION}${APP_BUNDLE}${NWJS_FW_LIBRARIES} libswiftshader_libEGL.dylib"
306
- if [ " $? " != " 0" ]; then
307
- echo " [Error] Code signing nwjs library failed!" 1>&2
308
- exit 1
309
- fi
310
- #
311
- # libswiftshader_libGLESv2.dylib
312
- #
313
- codesign -s " $APP_IDENTITY " --deep -f -v --options runtime --timestamp --entitlements " ${ENTITLEMENTS} " " ${DISTRIBUTION}${APP_BUNDLE}${NWJS_FW_LIBRARIES} libswiftshader_libGLESv2.dylib"
305
+ codesign -s " $APP_IDENTITY " --deep -f -v --options runtime --timestamp --entitlements " ${ENTITLEMENTS} " " ${DISTRIBUTION}${APP_BUNDLE}${NWJS_FW_LIBRARIES} libvk_swiftshader.dylib"
314
306
if [ " $? " != " 0" ]; then
315
307
echo " [Error] Code signing nwjs library failed!" 1>&2
316
308
exit 1
You can’t perform that action at this time.
0 commit comments