Updated (README.md)

This commit is contained in:
firebadnofire 2024-04-08 18:39:07 -04:00
parent 7a9f0c74e8
commit 7ef27a9be8
Signed by: firebadnofire
SSH Key Fingerprint: SHA256:bnN1TGRauJN84CxL1IZ/2uHNvJualwYkFjOKaaOilJE
4 changed files with 9 additions and 12 deletions

View File

@ -12,3 +12,12 @@ echo "@reboot /home/william/.config/BetterDiscord/posix.sh > /home/william/.BD-j
crontab mycron
rm mycron
```
To install on Windows
```
cd %appdata%
rmdir /s /q BetterDiscord
git clone git clone gitea@gitea.archuser.org:firebadnofire/BD-js.git BetterDiscord
Find "%appdata%\BetterDiscord\bs-sync.xml"
Install at Task Scheduler (taskschd.msc)
```

BIN
bs-sync.xml Normal file

Binary file not shown.

12
sync.c
View File

@ -1,12 +0,0 @@
#include <stdlib.h>
#include <stdio.h>
int main() {
// Running system commands in order
system("git pull");
system("git add .");
system("git commit -S -m \"commit\"");
system("git push");
return 0;
}

BIN
sync.exe

Binary file not shown.