From f833fa9410808834f6674802d23ee526cb3b5555 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Mon, 27 Oct 2014 21:04:49 +0100 Subject: [PATCH] Fix data path. --- bin/qasim-gui | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/bin/qasim-gui b/bin/qasim-gui index 74fc843..4fe9eb1 100755 --- a/bin/qasim-gui +++ b/bin/qasim-gui @@ -1,7 +1,5 @@ #!/usr/bin/env ruby -#require 'rubygems' -#require 'bundler/setup' require 'Qt4' $DEBUG = true @@ -13,12 +11,11 @@ require 'fcntl' require 'pathname' QASIM_INCLUDE_DIR = Pathname.new(File.dirname(__FILE__)).parent + "lib" -QASIM_DATA_DIR = Pathname.new(File.dirname(__FILE__)).parent +QASIM_DATA_DIR = Pathname.new(File.dirname(__FILE__)).parent + "data" $:.push QASIM_INCLUDE_DIR require 'qasim' - require 'qasim/qasim_qrc' # QaSiM // Qt Sshfs Mapper