From 63a188f6ce1091a28c99f16d4833e10df6675259 Mon Sep 17 00:00:00 2001 From: Gareth Flowers Date: Thu, 17 Mar 2016 00:28:25 +0000 Subject: [PATCH] Updated OS system requirements --- README.md | 2 +- VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05eaa13d..a033bf06 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Visual Studio Code Portable is the Visual Studio Code text editor packaged with ## System Requirements -* Microsoft Windows 7, 8.0, 8.1 or 10 (x86/x64). +* Microsoft Windows 7 or later. * [PortableApps.com Platform](http://portableapps.com/download) (Optional) ## Credits diff --git a/VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini b/VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini index 4f490f7e..5303fc18 100644 --- a/VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini +++ b/VSCodePortable/App/AppInfo/Launcher/VSCodePortable.ini @@ -4,6 +4,7 @@ DirectoryMoveOK=yes DisableSplashScreen=true SplashTime=0 SupportsUNC=yes +MinOS=7 [Environment] VSCODE_HOME=%PAL:DataDir%\code @@ -14,4 +15,4 @@ vscode=%USERPROFILE%\.vscode [DirectoriesCleanupIfEmpty] 1=%APPDATA%\Code -2=%USERPROFILE%\.vscode \ No newline at end of file +2=%USERPROFILE%\.vscode