mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 03:20:16 +10:00
feat(1.74): support windows 7 (#1329)
This commit is contained in:
9
patches/win7.patch
Normal file
9
patches/win7.patch
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
diff --git a/build/win32/code.iss b/build/win32/code.iss
|
||||||
|
index d365ab1..1a02701 100644
|
||||||
|
--- a/build/win32/code.iss
|
||||||
|
+++ b/build/win32/code.iss
|
||||||
|
@@ -28,3 +28,3 @@ ChangesEnvironment=true
|
||||||
|
ChangesAssociations=true
|
||||||
|
-MinVersion=6.2
|
||||||
|
+MinVersion=6.1.7600
|
||||||
|
SourceDir={#SourceDir}
|
||||||
Reference in New Issue
Block a user