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 69aaaa3 commit 8eceb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Nuitak-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
noinclude-data-files: src\resource

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

0 comments on commit 8eceb42

Please sign in to comment.