diff options
author | rahulp13 | 2022-02-28 14:47:26 +0530 |
---|---|---|
committer | rahulp13 | 2022-02-28 14:47:26 +0530 |
commit | d8a24d37f59ecd67ecf310b04e9e2b6d90c5d50d (patch) | |
tree | 14615bbfb298761b2765cdb3263e48ead2940aa2 | |
parent | 7f0964c382b47685350e6dfeda8b1ef34a7c88cc (diff) | |
download | eSim-d8a24d37f59ecd67ecf310b04e9e2b6d90c5d50d.tar.gz eSim-d8a24d37f59ecd67ecf310b04e9e2b6d90c5d50d.tar.bz2 eSim-d8a24d37f59ecd67ecf310b04e9e2b6d90c5d50d.zip |
Removed Windows 7 support
-rw-r--r-- | Windows/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/README.md b/Windows/README.md index 3c56325e..1e484d19 100644 --- a/Windows/README.md +++ b/Windows/README.md @@ -1,7 +1,7 @@ eSim Installer (Windows OS) ==== -It contains all the documentation for making eSim executable (using PyInstaller) and packaging eSim for Windows 7 and above. +It contains all the documentation for making eSim executable (using PyInstaller) and packaging eSim for Windows 8 and above. > Note: Do not develop eSim on Windows OS. Work only with `installers` branch on Windows OS and do development on Linux OS. > Reference : https://stackoverflow.com/questions/37672886/cannot-get-rid-of-unstaged-files-in-git-on-my-local |