Skip to content

Commit 17dfd72

Browse files
update: fixed _pth
1 parent f99abea commit 17dfd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyCS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ void CreatePython()
8181

8282
using (FileStream fs = File.OpenWrite("python3_12\\python312._pth"))
8383
{
84-
string toWrite = "python312\r\n.\r\n\r\n# Uncomment to run site.main() automatically\r\nimport site\r\n";
84+
string toWrite = "python312.zip\r\n.\r\n\r\n# Uncomment to run site.main() automatically\r\nimport site\r\n";
8585
fs.Write(Encoding.UTF8.GetBytes(toWrite), 0, Encoding.UTF8.GetBytes(toWrite).Length);
8686
}
8787

0 commit comments

Comments
 (0)