Skip to content

Commit

Permalink
Update Makefile to build installer, fix make version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexeh committed Mar 14, 2024
1 parent 12ace04 commit 6ff3f7e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ lint:
@echo "Linting source code"
@poetry run ruff check ./joystick_diagrams ./tests --fix

build-exe:
@echo "Making standard portable package"
build-exe: make-version
@echo "Making Frozen Executable"
@python setup.py build
@echo "Making MSI Build"
@python setup.py build bdist_msi
@echo "Creating Installer"
@cmd /C "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" /Qp ./installer/config.iss

make-version:
@echo "Making version manifest"
@poetry run python joystick_diagrams/classes/version/version.py
@poetry run python joystick_diagrams/version.py

ui:
@echo "Generating UI python"
Expand Down

0 comments on commit 6ff3f7e

Please sign in to comment.