Skip to content

Commit

Permalink
scripts are installed at plugins/CMTK_Registration
Browse files Browse the repository at this point in the history
* not Scripts/Plugins
  • Loading branch information
jefferis committed Apr 20, 2015
1 parent f2c6370 commit ea49d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmtkgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def gui_install_dir():
'''return sensible location to install CMTK GUI'''
from ij import IJ
pluginsdir=IJ.getDirectory('plugins')
return os.path.join(pluginsdir,'Scripts','Plugins','CMTK_Registration')
return os.path.join(pluginsdir,'CMTK_Registration')

def bin_dir():
'''
Expand Down

0 comments on commit ea49d45

Please sign in to comment.