File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11music
2+ * .spec
3+ build
4+ dist
Original file line number Diff line number Diff line change @@ -9,9 +9,10 @@ for MakeCode Arcade!
99### Install via binary
1010
11111 . Download an executable (only have binaries for 64-bit Windows currently)
12- for your platform.
13- 2 . Open a terminal at where you downloaded the binary.
14- 3 . Instead of running ` python main.py <arguments> ` run the binary instead.
12+ for your platform from the
13+ [ releases page] ( https://github.com/UnsignedArduino/Musical-Images-Generator/releases ) .
14+ 3 . Open a terminal at where you downloaded the binary.
15+ 4 . Instead of running ` python main.py <arguments> ` run the binary instead.
1516 (If the binary is named ` musical-images-generator.exe ` then you can just run
1617 ` musical-images-generator <arguments> ` )
1718
Original file line number Diff line number Diff line change 1+ REM Make sure to install pyinstaller with pip if you want to build your own binaries!
2+ REM pip install pyinstaller
3+
4+ pyinstaller main.py --noconfirm --onefile --name " musical-images-generator"
You can’t perform that action at this time.
0 commit comments