Skip to content

Commit 11f8124

Browse files
committed
Update Linux build file and readme for gui
1 parent 27dbbd8 commit 11f8124

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

BlocklyPropClient.linux.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- mode: python -*-
2-
a = Analysis(['BlocklyServer.py'],
2+
a = Analysis(['BlocklyPropClient.py'],
33

44
hiddenimports=[],
55
hookspath=None,

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ You will first have to install some python dependencies before you can run Block
2020

2121
These can all be installed using pip
2222

23-
Then do: python BlocklyServer.py
23+
Then do: python BlocklyPropClient.py
2424

2525
Building
2626
-----------------

0 commit comments

Comments
 (0)