Skip to content

Commit

Permalink
<fix> fix unrpyc directory lost
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 4, 2024
1 parent 11ab4e4 commit f78c03a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Nuitak-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- run: mkdir dist\windows
- run: xcopy build\main.dist dist\windows /E
- run: xcopy src\supported_language dist\windows\supported_language\
- run: xcopy src\unrpyc dist\windows\unrpyc\
- run: xcopy src\qm dist\windows\qm\
- run: xcopy src\custom_engine dist\windows\custom_engine\
- run: copy src\custom.txt dist\windows\custom.txt
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/Pyinstaller-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
spec: "main.spec"

- run: cp -r src/supported_language src/dist/windows/main
- run: cp -r src/unrpyc src/dist/windows/main
- run: cp -r src/qm src/dist/windows/main
- run: cp src/custom.txt src/dist/windows/main/custom.txt
- run: cp src/hook_unrpa.rpy src/dist/windows/main/hook_unrpa.rpy
Expand Down

0 comments on commit f78c03a

Please sign in to comment.