Skip to content

Commit

Permalink
<fix> fix build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 5, 2024
1 parent eb7bae6 commit 840fd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Nuitak-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
noinclude-data-files: src\resource

- run: mkdir dist\windows
- run: xcopy src\resource dist\windows\resource /E
- run: xcopy build\main.dist dist\windows /E
- run: xcopy /E src\resource\ dist\windows\resource\
- run: xcopy /E build\main.dist\ dist\windows\
- run: xcopy src\supported_language dist\windows\supported_language\
- run: xcopy src\qm dist\windows\qm\
- run: xcopy src\custom_engine dist\windows\custom_engine\
Expand Down

0 comments on commit 840fd37

Please sign in to comment.