Skip to content

Commit

Permalink
Release DOMINO v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JFsanchezherrero committed Sep 19, 2016
1 parent 8c4b6dc commit 603d882
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion files/installerRock-builder/DOMINO_linux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<platforms>all</platforms>
<distributionFileList>
<distributionDirectory>
<origin>/home/molevol/git_domino/release/DOMINO_installer_folder</origin>
<origin>/home/molevol/git_domino/github_domino/developers/DOMINO_installer_folder</origin>
</distributionDirectory>
</distributionFileList>
<shortcutList>
Expand Down
6 changes: 3 additions & 3 deletions files/starter_Linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
#import variables
current_dir=$( cd $(dirname $0) ; pwd -P )

echo $current_dir
export QT_QPA_FONTDIR=$current_dir"/"fonts
export LD_LIBRARY_PATH=$current_dir"/"lib
#echo $current_dir
#export QT_QPA_FONTDIR=$current_dir"/"fonts
#export LD_LIBRARY_PATH=$current_dir"/"lib

$current_dir"/"DOMINO

0 comments on commit 603d882

Please sign in to comment.