Skip to content

Commit

Permalink
Fix launching of program on installation
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 committed Apr 19, 2020
1 parent 86b6cb4 commit 09e72ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ file that can be run to install the software.
3. Use a markdown to PDF converter to generate a `manual.pdf` file and place it
in `./code/assets`.
4. Install NSIS if you haven't already, and add the install location to your
system's PATH variabe.
system's PATH variable.
5. Run the build command:
```sh
pyinstaller -p code --add-data="code;." -y -w --icon=code/assets/icon.ico code/main.py; makensis installer.nsi
Expand Down
2 changes: 1 addition & 1 deletion installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
!define srcdir ".\dist\main"
!define company "Ian Sanders"
!define prodname "OpenMCR"
!define exec "open-mcr\open-mcr.exe"
!define exec "main\main.exe"

!define icon "assets\icon.ico"

Expand Down

0 comments on commit 09e72ab

Please sign in to comment.