From 04d19b547f149e87536c2ccd0e5958dbcaa79d4d Mon Sep 17 00:00:00 2001 From: Natsumi Date: Thu, 21 Jan 2021 18:59:08 +1300 Subject: [PATCH] Rename and include icon --- VRCX.csproj | 6 ++++-- vrchat.ico => VRCX.ico | Bin 2 files changed, 4 insertions(+), 2 deletions(-) rename vrchat.ico => VRCX.ico (100%) diff --git a/VRCX.csproj b/VRCX.csproj index 575e2e3d..78816d01 100644 --- a/VRCX.csproj +++ b/VRCX.csproj @@ -71,7 +71,7 @@ true - vrchat.ico + VRCX.ico @@ -152,7 +152,9 @@ - + + PreserveNewest + diff --git a/vrchat.ico b/VRCX.ico similarity index 100% rename from vrchat.ico rename to VRCX.ico