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 edf6df9 commit 6797180
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/Nuitak-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- run: mkdir dist\windows
- run: move src\unrpyc_python3 dist\windows\unrpyc_python3\
- run: move src\unrpyc_python2 dist\windows\unrpyc_python2\

# Setup Python
- uses: actions/setup-python@v5
with:
Expand All @@ -37,8 +33,11 @@ jobs:
standalone: true
enable-plugins: pyside6
windows-icon-from-ico: src/main.ico
noinclude-data-files: src\unrpyc_python3 src\unrpyc_python2

- run: mkdir dist\windows
- run: xcopy src\unrpyc_python3 dist\windows\unrpyc_python3\
- run: xcopy src\unrpyc_python2 dist\windows\unrpyc_python2\
- 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 6797180

Please sign in to comment.