Skip to content

Commit

Permalink
Patch for python
Browse files Browse the repository at this point in the history
  • Loading branch information
EndermanPC committed Jul 9, 2024
1 parent 2c7ff43 commit 1f8bc14
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Create.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private async void button1_Click(object sender, EventArgs e)
Directory.CreateDirectory($"projects\\{textBox1.Text}\\python");
try
{
ZipFile.ExtractToDirectory("Python.zip", $"projects\\{textBox1.Text}");
ZipFile.ExtractToDirectory("Python.zip", $"projects\\{textBox1.Text}", overwriteFiles: true);
}
catch (InvalidDataException ex)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
[assembly: System.Reflection.AssemblyCompanyAttribute("Lithicsoft Trainer Studio")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+45ac46e581fad3e67f0dc31e25208b3554fbbbc2")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+2c7ff433f7f0f33c64a195683371afe5a7a5d517")]
[assembly: System.Reflection.AssemblyProductAttribute("Lithicsoft Trainer Studio")]
[assembly: System.Reflection.AssemblyTitleAttribute("Lithicsoft Trainer Studio")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
662d9580166842916cc643b22fb67cda5f51f98f359da08e79ee9d72cb1c1386
5ac171f6af6751c0c881d2fe4af366fc82ee1a2a81b282c2bd048554e7257b0d

0 comments on commit 1f8bc14

Please sign in to comment.