diff --git a/Reviews/nbtexplorer.md b/Reviews/nbtexplorer.md new file mode 100644 index 0000000..2724264 --- /dev/null +++ b/Reviews/nbtexplorer.md @@ -0,0 +1,35 @@ +# NBTExplorer +Review for the NBTExplorer installer. + +Maintainer: @FinnKrestel + +**Is the program properly opened?** +Grade: Platinum +Additional notes: n/a + +**Is it showing alerts or other warnings?** +Grade: Platinum +Additional notes: n/a + +**Does it show graphical glitches?** +Grade: Platinum +Additional notes: n/a + +**Does it require some tweaking in order to work properly? (Out of normal software configuration)** +Grade: Platinum +Additional notes: n/a + +**Did it crash during tests execution?** +Grade: Platinum +Additional notes: n/a + +**Is it usable?** +Grade: Platinum +Additional notes: n/a + +**Final grade? (the lower evaluation from previous questions)** +Grade: Platinum +Additional notes: n/a + +**Additional notes** +n/a diff --git a/Software/nbtexplorer.yml b/Software/nbtexplorer.yml new file mode 100644 index 0000000..4f3e811 --- /dev/null +++ b/Software/nbtexplorer.yml @@ -0,0 +1,24 @@ +Name: nbtexplorer +Description: A graphical NBT editor for all Minecraft NBT data sources. +Grade: Platinum +Arch: win64 + +Dependencies: +- allfonts +- mono + +Executable: + name: NBTExplorer + icon: Program Files (x86)/NBTExplorer/NBTExplorer.exe + file: NBTExplorer.exe + path: Program Files (x86)/NBTExplorer/NBTExplorer.exe + +Steps: +- action: install_msi + file_name: NBTExplorer-2.8.0.msi + url: https://github.com/jaquadro/NBTExplorer/releases/download/v2.8.0-win/NBTExplorer-2.8.0.msi + file_checksum: EDE41E6FC72F51133A35C2E863E7EAE8 + +Checks: + files: + - Program Files (x86)/NBTExplorer/NBTExplorer.exe diff --git a/index.yml b/index.yml index 1e1dd3c..197aaef 100644 --- a/index.yml +++ b/index.yml @@ -191,3 +191,11 @@ playstationplus: Grade: Gold Category: Games Icon: playstationplus.png + +nbtexplorer: + Arch: win64 + Name: NBTExplorer + Description: A graphical NBT editor for all Minecraft NBT data sources. + Grade: Platinum + Category: Software + Event: NBTExplorer-*.msi \ No newline at end of file