Skip to content

Commit

Permalink
Add vsgenstubs.py to portable install
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Mar 1, 2023
1 parent 60a26b9 commit 79ec127
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/make_portable.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ mkdir buildp64\sdk\lib64
mkdir buildp64\doc
mkdir buildp64\vsgenstubs4
copy ..\vsrepo\vsrepo.py buildp64
copy ..\vsrepo\vsgenstubs.py buildp64
copy ..\vsrepo\vsgenstubs4 buildp64\vsgenstubs4
copy vs-detect-python.bat buildp64
copy 7z.exe buildp64
Expand Down Expand Up @@ -70,6 +71,7 @@ mkdir buildp32\sdk\lib64
mkdir buildp32\doc
mkdir buildp32\vsgenstubs4
copy ..\vsrepo\vsrepo.py buildp32
copy ..\vsrepo\vsgenstubs.py buildp32
copy ..\vsrepo\vsgenstubs4 buildp32\vsgenstubs4
copy vs-detect-python.bat buildp32
copy 7z.exe buildp32
Expand Down

0 comments on commit 79ec127

Please sign in to comment.