From be280a7529842fa5269230c0aff267e6cf2f5e4b Mon Sep 17 00:00:00 2001 From: JustArchi Date: Fri, 14 Sep 2018 05:35:08 +0200 Subject: [PATCH] Misc --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 6891c8604..90d5bc483 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -119,7 +119,7 @@ after_test: } # Until https://github.com/dotnet/cli/issues/3267 happens, we'll hack dotnet binary icon on Windows and include .ico file on other platforms - if ($targetFramework -eq "$env:NET_CORE_VERSION") { + if ($targetFramework -ne "$env:NET_FRAMEWORK_VERSION") { if (Test-Path -Path "ArchiSteamFarm\out\$variant\ArchiSteamFarm.exe" -PathType Leaf) { tools\rcedit\rcedit-x64.exe "ArchiSteamFarm\out\$variant\ArchiSteamFarm.exe" --set-icon 'resources\ASF.ico'