From 5666477ecaca6b208a4e7af17675a9118e17628b Mon Sep 17 00:00:00 2001 From: Pk11 Date: Fri, 25 Sep 2020 16:19:50 -0500 Subject: [PATCH] Created Scripts (UniStore) (markdown) --- Scripts-(UniStore).md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Scripts-(UniStore).md diff --git a/Scripts-(UniStore).md b/Scripts-(UniStore).md new file mode 100644 index 0000000..c22aa19 --- /dev/null +++ b/Scripts-(UniStore).md @@ -0,0 +1,22 @@ +After the `info` section you can have as many scripts as you want for each app, the consist of a name, then an array of functions, for info on functions see under the `Scripts` bullet of the `Scripts` section + +```json +"Download Universal-Updater.cia": [ + { + "file": "https://github.com/Universal-Team/Universal-Updater/releases/download/v2.5.1/Universal-Updater.cia", + "message": "Downloading Universal-Updater.cia...", + "output": "sdmc:/Universal-Updater.cia", + "type": "downloadFile" + }, + { + "file": "/Universal-Updater.cia", + "message": "Installing Universal-Updater.cia...", + "type": "installCia" + }, + { + "file": "sdmc:/Universal-Updater.cia", + "message": "Deleting Universal-Updater.cia.", + "type": "deleteFile" + } +] +``` \ No newline at end of file