Skip to content

Commit

Permalink
<feature> improve unpack function with unrpyc
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymousException committed Jun 4, 2024
1 parent 590e780 commit 2af2d03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/Nuitak-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ 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\unrpyc_python3 dist\windows\unrpyc_python3\
- run: xcopy src\unrpyc_python2 dist\windows\unrpyc_python2\
- 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
3 changes: 2 additions & 1 deletion .github/workflows/Pyinstaller-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ 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/unrpyc_python3 src/dist/windows/main
- run: cp -r src/unrpyc_python2 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 2af2d03

Please sign in to comment.