Skip to content

Commit e9a66b1

Browse files
committed
changed some file names for binaries
1 parent 2873747 commit e9a66b1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

base64_conversion_commands.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
$Filename = (Get-Location).Path + "\ConPtyShell_net2.exe"
1+
$Filename = (Get-Location).Path + "\ConPtyShell_dotnet2.exe"
22
$base64string_x64 = [Convert]::ToBase64String([IO.File]::ReadAllBytes($FileName))
33
$base64string_x64 | Out-File ConPtyShell.base64

compile_command.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.NET 4.0
2-
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe -target:exe -optimize -out:ConPtyShell_net4.exe ConPtyShell.cs
2+
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\csc.exe -target:exe -optimize -out:ConPtyShell.exe ConPtyShell.cs
33

44
.NET 2.0
5-
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\csc.exe -target:exe -optimize -out:ConPtyShell_net2.exe ConPtyShell.cs
5+
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\csc.exe -target:exe -optimize -out:ConPtyShell_dotnet2.exe ConPtyShell.cs

0 commit comments

Comments
 (0)