Added a script to allow backwards compatibility with ags v1. (#501)

This commit is contained in:
Jas Singh
2024-11-14 02:23:09 -08:00
committed by GitHub
parent e71a2dfe2d
commit 33d756a9c1
2 changed files with 57 additions and 0 deletions

8
make_agsv1.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
makepkg -si
echo "Cleaning up build files..."
rm -rf -- pkg src *.pkg.tar.* *.tar.gz
echo "Build and installation completed successfully. All generated files have been cleaned up."