commit e6bff81d5b405f0fa3da19e9c2947110ed3f68d5
parent 2a9c85592421ba2bb973fe0bf780adb84a729790
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sun, 19 Jun 2016 21:32:08 -0400
add description tag to reapack's package
Diffstat:
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/Extensions/ReaPack.ext b/Extensions/ReaPack.ext
@@ -1,10 +1,11 @@
@version 1.0
@author cfillion
-@changelog
- Changed:
- + make the transaction report dialog a little bigger
+@description ReaPack: Package manager for REAPER
@provides
[darwin32] reaper_reapack32.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
[darwin64] reaper_reapack64.dylib https://github.com/cfillion/reapack/releases/download/v$version/$path
[win32] reaper_reapack32.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
[win64] reaper_reapack64.dll https://github.com/cfillion/reapack/releases/download/v$version/$path
+@changelog
+ Changed:
+ + make the transaction report dialog a little bigger