From 17815f7beb48f256d1954c672981d4b23f07ede4 Mon Sep 17 00:00:00 2001 From: unitycoder Date: Sun, 4 Mar 2018 14:28:41 +0800 Subject: [PATCH] fix prebuild event output path for special characters --- UnityLauncher/Form1.Designer.cs | 2 +- UnityLauncher/PreviousVersion.txt | Bin 14 -> 14 bytes UnityLauncher/UnityLauncher.csproj | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UnityLauncher/Form1.Designer.cs b/UnityLauncher/Form1.Designer.cs index 0df5225..4293f0d 100644 --- a/UnityLauncher/Form1.Designer.cs +++ b/UnityLauncher/Form1.Designer.cs @@ -868,7 +868,7 @@ private void InitializeComponent() this.MinimumSize = new System.Drawing.Size(600, 650); this.Name = "Form1"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; - this.Text = "UnityLauncher - \'4 Months To Go\' Edition 20"; + this.Text = "UnityLauncher - Fixed Edition 21"; this.Load += new System.EventHandler(this.Form1_Load); this.ResizeEnd += new System.EventHandler(this.Form1_ResizeEnd); this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Form1_KeyPress); diff --git a/UnityLauncher/PreviousVersion.txt b/UnityLauncher/PreviousVersion.txt index 38f4de6527cc9870d524596a07ea91fcd73ff27e..77560dab84bb247ae3f9dc22c9645656342a5f4d 100644 GIT binary patch literal 14 VcmezW&yYcn!HB_tftP`c0RSQP0@eTk literal 14 VcmezW&yYcn!H~g{ftP`c0RSQ-0^R@s diff --git a/UnityLauncher/UnityLauncher.csproj b/UnityLauncher/UnityLauncher.csproj index 927e3a4..ec7571b 100644 --- a/UnityLauncher/UnityLauncher.csproj +++ b/UnityLauncher/UnityLauncher.csproj @@ -132,6 +132,6 @@ - powershell.exe -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;$web = New-Object System.Net.WebClient;$web.Headers['User-Agent'] = 'DefinitelyBrowser';$results = $web.DownloadString('https://api.github.com/repos/unitycoder/unitylauncher/releases/latest');$results = $results | ConvertFrom-Json;$results = $results | select -expand tag_name;echo $results | Out-File $(ProjectDir)PreviousVersion.txt;" + powershell.exe -command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12;$web = New-Object System.Net.WebClient;$web.Headers['User-Agent'] = 'DefinitelyBrowser';$results = $web.DownloadString('https://api.github.com/repos/unitycoder/unitylauncher/releases/latest');$results = $results | ConvertFrom-Json;$results = $results | select -expand tag_name;echo $results | Out-File \"$(ProjectDir)PreviousVersion.txt\";" \ No newline at end of file