├── .gitattributes ├── .gitignore ├── README.md ├── SIMPL └── blank.smw ├── UI └── blank.vtp └── rename-releases ├── create_release.sh └── make_release.bat /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharptoothCode/ProAVSchoolMakeRelease/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharptoothCode/ProAVSchoolMakeRelease/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharptoothCode/ProAVSchoolMakeRelease/HEAD/README.md -------------------------------------------------------------------------------- /SIMPL/blank.smw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharptoothCode/ProAVSchoolMakeRelease/HEAD/SIMPL/blank.smw -------------------------------------------------------------------------------- /UI/blank.vtp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /rename-releases/create_release.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharptoothCode/ProAVSchoolMakeRelease/HEAD/rename-releases/create_release.sh -------------------------------------------------------------------------------- /rename-releases/make_release.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SharptoothCode/ProAVSchoolMakeRelease/HEAD/rename-releases/make_release.bat --------------------------------------------------------------------------------