Tool for checking the integrity of an AME installation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Joe 2e8e08ee26 Update README 1 year ago
Properties Initial commit 1 year ago
.gitignore Initial commit 1 year ago
FodyWeavers.xml Initial commit 1 year ago
Program.cs Initial commit 1 year ago
README.md Update README 1 year ago
ameck.csproj Initial commit 1 year ago
ameck.sln Initial commit 1 year ago
screenshot.png Add screenshot 1 year ago

README.md

AME Integrity Check (ameck)

Tool for checking the integrity of an AME installation.

AME Integrity Check Screenshot

Usage

You can download the tool by going to the latest release and selecting ameck.exe from the Downloads section.

Once downloaded, simply run ameck.exe.

Compilation

Requirements:

  • Visual Studio or relevent IDE with .NET desktop development

Steps:

  1. Clone the repository:

    git clone https://git.ameliorated.info/Joe/ameck.git
    
  2. Open ameck.sln

  3. Set the build configuration to Release | Any CPU

  4. Build the project