From 592d7b37f62c73a3edc3da09c4c32ee767193b9b Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Tue, 26 Dec 2017 10:25:04 +1300 Subject: [PATCH] Updated 3.3 Updater Scripts (markdown) --- 3.3-Updater-Scripts.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/3.3-Updater-Scripts.md b/3.3-Updater-Scripts.md index 0a1d246..009aa12 100644 --- a/3.3-Updater-Scripts.md +++ b/3.3-Updater-Scripts.md @@ -1,5 +1,8 @@ -Unless you want to use the `user.js` exactly as it is, our updater scripts require that you follow our method of where and how you [apply your changes](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.2-Applying-Your-Changes) and tweaks: use `user-overrides.js` in your profile folder, or in the case of Windows you can use multiple `.js` files in a `user-overrides` profile sub-directory instead. +Unless you want to use the `user.js` exactly as it is, our updater scripts require that you follow our naming convention for [applying your changes](https://github.com/ghacksuserjs/ghacks-user.js/wiki/3.2-Applying-Your-Changes) + +* profile\ `user-overrides.js` +* profile\ `user.js-overrides` \ `*.js` [Windows updater script only. multiple js files] ** Special thanks to [claustromaniac](https://github.com/claustromaniac) for the `updater.bat`, [overdodactyl](https://github.com/overdodactyl) for the `updater.sh` and [earthlng](https://github.com/earthlng) for his expertise and oversight. Thanks for all the hard work creating and testing these.