diff --git a/PACT.ico b/PACT.ico new file mode 100644 index 0000000..08937df Binary files /dev/null and b/PACT.ico differ diff --git a/ProcessAffinityControlTool.csproj b/ProcessAffinityControlTool.csproj index d241619..2cdddc7 100644 --- a/ProcessAffinityControlTool.csproj +++ b/ProcessAffinityControlTool.csproj @@ -1,9 +1,20 @@ - + Exe netcoreapp3.1 app.manifest + 1.0.1 + PACT Logo.png + + https://github.com/sas41/ProcessAffinityControlTool/ + GIT + Berk (SAS41) Alyamach + PACT (Process Affinity Control Tool) + https://github.com/sas41/ProcessAffinityControlTool/ + Control which cores/threads any program on your computer runs on. + ProcessAffinityControlTool.Program + PACT.ico @@ -14,6 +25,10 @@ Always + + True + + diff --git a/Program.cs b/Program.cs index 87bcc6f..0c8b830 100644 --- a/Program.cs +++ b/Program.cs @@ -37,9 +37,10 @@ static void Main(string[] args) pow.SetTimer(); pow.RunScan(true); + Console.WriteLine(); Console.WriteLine($"P.A.C.T. v{version}, by Berk (SAS41) Alyamach."); Console.WriteLine("Type [help] or [?] for a valid list of commands."); - + Console.WriteLine("Official Repository: https://github.com/sas41/ProcessAffinityControlTool/"); while (true) { Console.WriteLine(); diff --git a/app.manifest b/app.manifest index d72e750..f5d43c3 100644 --- a/app.manifest +++ b/app.manifest @@ -22,6 +22,7 @@ +