-
Notifications
You must be signed in to change notification settings - Fork 473
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating windows ReadMe. Adding uninstall.sh to Linux and Mac builds
- Loading branch information
1 parent
5a9f585
commit 5b5e14a
Showing
5 changed files
with
37 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
# | ||
rm ~/.config/google-chrome/NativeMessagingHosts/com.add0n.node.json | ||
rm ~/.config/chromium/NativeMessagingHosts/com.add0n.node.json | ||
rm ~/.mozilla/native-messaging-hosts/com.add0n.node.json | ||
rm -r ~/com.add0n.node | ||
|
||
echo ">>> Native Client is removed <<<". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
# | ||
rm ~/Library/Application\ Support/Google/Chrome/NativeMessagingHosts/com.add0n.node.json | ||
rm ~/Library/Application\ Support/Chromium/NativeMessagingHosts/com.add0n.node.json | ||
rm ~/Library/Application\ Support/Mozilla/NativeMessagingHosts/com.add0n.node.json | ||
rm -r ~/com.add0n.node | ||
|
||
echo ">>> Native Client is removed <<<". |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,22 @@ | ||
To install the native application | ||
1. Right-click on "install.bat" and use "Run as Administrator" | ||
To install the native application: | ||
|
||
1. Extract this downloaded ZIP file in a local directory. | ||
|
||
2. Right-click on "install.bat" and use "Run as Administrator". | ||
|
||
3. Wait for the script to display the successful message. | ||
|
||
To uninstall the native application: | ||
|
||
1. Right-click on "uninstall.bat" and use "Run as Administrator". | ||
|
||
2. Wait for the script to display the successful message. | ||
|
||
|
||
Note: the script needs administrator permission to copy files successfully. | ||
|
||
To uninstall the native application | ||
1. Right-click on "uninstall.bat" and use "Run as Administrator" | ||
2. Wait for the script to display the successful message. | ||
|
||
Note: The script needs administrator permission to copy files successfully. | ||
|
||
|
||
|
||
Installation Guide: | ||
https://www.youtube.com/watch?v=18jAqTXBiZA | ||
|
||
https://www.youtube.com/watch?v=18jAqTXBiZA |