Skip to content

Commit

Permalink
Fixes for build on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfokkema committed Mar 26, 2024
1 parent 36725b8 commit 70cf93f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ build-win:
python -m pip install briefcase==0.3.17
briefcase create
python pruner.py
cp build\tailor.wxs build\tailor\windows\app\
cp build\tailor\windows\app\src\app\tailor\resources\document_icon.ico build\tailor\windows\app\
copy build\tailor.wxs build\tailor\windows\app
copy build\tailor\windows\app\src\app\tailor\resources\document_icon.ico build\tailor\windows\app
briefcase build
briefcase package -i "Developer ID Application: David Fokkema (HWB9PKA687)"
briefcase package

0 comments on commit 70cf93f

Please sign in to comment.