## Purpose
This will re-install vencord whenever discord is upgraded or installed. Will also rename the app.asar files to prevent errors.
## The Hook
```bash
[Trigger]
Operation = Upgrade
Operation = Install
Type = Package
Target = discord
[Action]
Description = Re-installing Vencord...
When = PostTransaction
Exec = /usr/bin/mv /opt/discord/resources/*.asar /opt/discord/resources/asarBAKS/ ; /home/david/gitProjects/VencordInstallerCLi-linux -update-self ; /home/david/gitProjects/VencordInstallerCLi-Linux -branch stable -install
```