diff options
Diffstat (limited to 'scripts/patcher')
-rwxr-xr-x[-rw-r--r--] | scripts/patcher/install.js | 1 | ||||
-rwxr-xr-x[-rw-r--r--] | scripts/patcher/uninstall.js | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/scripts/patcher/install.js b/scripts/patcher/install.js index 90e1dbb..7fd3a8c 100644..100755 --- a/scripts/patcher/install.js +++ b/scripts/patcher/install.js @@ -1,3 +1,4 @@ +#!/usr/bin/node /* * Vencord, a modification for Discord's desktop app * Copyright (c) 2022 Vendicated and contributors diff --git a/scripts/patcher/uninstall.js b/scripts/patcher/uninstall.js index 942375b..e9764a7 100644..100755 --- a/scripts/patcher/uninstall.js +++ b/scripts/patcher/uninstall.js @@ -1,3 +1,4 @@ +#!/usr/bin/node /* * Vencord, a modification for Discord's desktop app * Copyright (c) 2022 Vendicated and contributors |