update changes, and linux uninstall
This commit is contained in:
parent
72cf3f5343
commit
3fe8379663
@ -1,7 +1,7 @@
|
||||
|
||||
## PaulXStretch Change History
|
||||
|
||||
**v1.6.0** (2022-06-15)
|
||||
**v1.6.0** (2022-06-16)
|
||||
- Added live output recording feature
|
||||
- Added selection of directory for recording/capture audio files, and some format options, now defaulting to FLAC
|
||||
- Added offline render feature to plugin version
|
||||
|
@ -22,4 +22,13 @@ rm -f ${PREFIX}/pixmaps/paulxstretch.png
|
||||
|
||||
rm -rf ${PREFIX}/lib/vst3/PaulXStretch.vst3
|
||||
|
||||
if [ x"$SUDO_USER" != x ] ; then
|
||||
CLAPDIR=`eval echo ~$SUDO_USER/.clap`
|
||||
rm -f ${CLAPDIR}/PaulXStretch.clap
|
||||
else
|
||||
CLAPDIR=$HOME/.clap
|
||||
rm -f ${CLAPDIR}/PaulXStretch.clap
|
||||
fi
|
||||
|
||||
|
||||
echo "PaulXStretch uninstalled"
|
||||
|
Loading…
Reference in New Issue
Block a user