mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 14:53:52 +00:00
Rename projects to Aerofoil
This commit is contained in:
@@ -273,7 +273,7 @@ void ConvertIconFamily(PortabilityLayer::ResourceFile *resFile, int32_t iconBitm
|
||||
}
|
||||
|
||||
char outPath[256];
|
||||
sprintf_s(outPath, "GpD3D\\ConvertedResources\\%s%i.ico", prefix, resID);
|
||||
sprintf_s(outPath, "Aerofoil\\ConvertedResources\\%s%i.ico", prefix, resID);
|
||||
|
||||
FILE *outF = nullptr;
|
||||
errno_t outErr = fopen_s(&outF, outPath, "wb");
|
||||
|
Reference in New Issue
Block a user