Sotera/DatawakeDepot

Toolbar: XPI generation script needs updating to deal with changing version numbering

bmcdougald opened this issue · 0 comments

the _runFF.sh script in 'browser-plugins/firefox' has the following line:

cp @datawakeffplugin-0.0.2.xpi ../../client/app/xpi/datawakePlugin.xpi

There have been cases now where the version has been changed in the built XPI file so that the copy command does not find the file anymore. I suggest modifying the script to be more generic to avoid this problem. Changing it to something like the following instead:

cp @datawakeffplugin*.xpi ../../client/app/xpi/datawakePlugin.xpi