From 19fa7d5c022edcf9d2f8dd93e0eefc0cb5ff8efe Mon Sep 17 00:00:00 2001 From: Alan Ward Date: Wed, 23 Mar 2022 11:26:53 -0500 Subject: [PATCH] Fixed small formatting errors --- doc/BuildingGraideExe.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/BuildingGraideExe.md b/doc/BuildingGraideExe.md index 9739e8b..b763cd5 100644 --- a/doc/BuildingGraideExe.md +++ b/doc/BuildingGraideExe.md @@ -58,7 +58,7 @@ To build a Windows executable, `PyInstaller` can be used. Install it from PyPI i The command line to build the exe is: - pyinstaller --onefile --icon \ \ + pyinstaller --onefile --icon The icon file can be found in the graide repo at `\graide\lib\graide\images\graide.ico` @@ -68,4 +68,4 @@ This will produce `graide.exe` in the venv `graide\dist` folder. It will also pr pyinstaller --clean graide.spec -The `graide.exe` file should run on a Windows system without the need to install Python, or if Python is installed there, without affecting it. It includes a Python interpreter, all the dependent packages, and the graide code, which will be unpacked into a temporary folder and executed when graide.exe is ran. +The `graide.exe` file should run on a Windows system without the need to install Python, or if Python is installed there, without affecting it. It includes a Python interpreter, all the dependent packages, and the graide code, which will be unpacked into a temporary folder and executed when `graide.exe` is ran.