Ovale Spell Priority

Ovale Spell Priority

6M Downloads

Ovale releases say they are "development version"

johnnylam88 opened this issue ยท 0 comments

commented

src/ui/Version.ts uses a magic string @project-version@ to determine whether the installed Ovale addon is a tagged release or not. This worked back when using the CurseForge release procedure which automatically replaced @project-version@ with the the tag string, or when using the packager script which did something similar when creating release ZIP files.

However, the current Ovale release procedure doesn't do this string replacement in the distributed ui/Version.lua file, so Ovale always thinks its a development version of the addon.

The release procedure should be modified to replace @project-version@ in a tagged release with the tag name.