From 4fe874978a7ebe9e311f261a3a62b74bead68399 Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Sat, 19 Dec 2020 21:57:57 +0100 Subject: [PATCH] Plugins: Add get-plugins.sh script --- Il2CppInspector.sln | 1 + get-plugins.sh | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 get-plugins.sh diff --git a/Il2CppInspector.sln b/Il2CppInspector.sln index c2b4f1b..2c9e8a8 100644 --- a/Il2CppInspector.sln +++ b/Il2CppInspector.sln @@ -21,6 +21,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject docs\CSProj_Preview.png = docs\CSProj_Preview.png get-plugins.ps1 = get-plugins.ps1 + get-plugins.sh = get-plugins.sh docs\Ghidra_Guide.png = docs\Ghidra_Guide.png docs\Ghidra_Preview.png = docs\Ghidra_Preview.png docs\GUI_Preview.png = docs\GUI_Preview.png diff --git a/get-plugins.sh b/get-plugins.sh new file mode 100644 index 0000000..8ccad65 --- /dev/null +++ b/get-plugins.sh @@ -0,0 +1,10 @@ +#!/usr/bin/env bash + +# Copyright 2020 Katy Coe - http://www.djkaty.com - https://github.com/djkaty +# All rights reserved. + +# Download the latest set of plugins to a temporary file, extract the archive then delete it +wget https://github.com/djkaty/Il2CppInspectorPlugins/releases/latest/download/plugins.zip +unzip plugins.zip +rm plugins.zip +