Skip to content

Commit

Permalink
Minor change in the make file
Browse files Browse the repository at this point in the history
  • Loading branch information
pyscripter committed Oct 18, 2021
1 parent a7e0834 commit e9badf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Install/PyScripter.jmk
Expand Up @@ -310,9 +310,9 @@ end
BatchLine9=pushd PyScripter
BatchLine10=move Lsp Lib\
BatchLine11=popd
BatchLine12=cd ..
BatchLine13=IF EXIST PyScripter-%PyScripterVersion%-%OSPlatform%.zip del PyScripter-%PyScripterVersion%-%OSPlatform%.zip
BatchLine14="c:\Program Files\7-Zip\7z.exe" a PyScripter-%PyScripterVersion%-%OSPlatform%.zip PyScripter-%PyScripterVersion%-%OSPlatform%\PyScripter
BatchLine12=IF EXIST ..\PyScripter-%PyScripterVersion%-%OSPlatform%.zip del ..\PyScripter-%PyScripterVersion%-%OSPlatform%.zip
BatchLine13="c:\Program Files\7-Zip\7z.exe" a ..\PyScripter-%PyScripterVersion%-%OSPlatform%.zip PyScripter
BatchLine14=cd ..
BatchLine15=rmdir /Q /S PyScripter-%PyScripterVersion%-%OSPlatform%
BatchLine16=popd
end
Expand Down
2 changes: 1 addition & 1 deletion Source/frmPyIDEMain.pas
Expand Up @@ -533,7 +533,7 @@
- Copy and paste code as html to Powerpoint and other applications
- Removed support for python 3.3-3.5
- Read only indicator on tabs
- Added traditional Chinese tranlsation
- Added traditional Chinese translation
Issues addressed
#939, #951, #1116, #1118, #1119, #1122, #1123, #1125, #1129, #1133
#1136
Expand Down

0 comments on commit e9badf9

Please sign in to comment.