-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix changed location of pyrcc5.bat * run windows build without headless gui
- Loading branch information
tpeulen
committed
Sep 20, 2024
1 parent
259150f
commit 557a611
Showing
2 changed files
with
9 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
call "%BUILD_PREFIX%"\Library\bin\pyrcc5.bat chisurf/gui/resources/resource.qrc -o chisurf/gui/resources/resource.py | ||
call "%BUILD_PREFIX%"\pyrcc5.bat chisurf/gui/resources/resource.qrc -o chisurf/gui/resources/resource.py | ||
"%PYTHON%" setup.py build_ext --force --inplace | ||
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt |