Commit 1babb75b authored by Shayan Doust's avatar Shayan Doust
Browse files

Add a descriptive header to the new patch

parent ccebeb27
Loading
Loading
Loading
Loading
+10 −4
Original line number Diff line number Diff line
Description: modify the location of assets directory
 Since upstream expects that the assets be in a specific location in the build directory, patch to modify the location fit installation under a /usr pathing.
Author: Shayan Doust <hello@shayandoust.me>
Last-Update: 2019-09-01
---

Index: fast/source/FAST/Config.cpp
===================================================================
--- fast.orig/source/FAST/Config.cpp	2019-09-01 14:13:34.474079768 +0100
+++ fast/source/FAST/Config.cpp	2019-09-01 14:15:00.472653570 +0100
--- fast.orig/source/FAST/Config.cpp	2019-09-01 14:33:47.704429399 +0100
+++ fast/source/FAST/Config.cpp	2019-09-01 14:33:47.700429376 +0100
@@ -75,10 +75,10 @@
 				return;
 
@@ -30,8 +36,8 @@ Index: fast/source/FAST/Config.cpp
 		}
Index: fast/source/FAST/Visualization/Window.cpp
===================================================================
--- fast.orig/source/FAST/Visualization/Window.cpp	2019-09-01 14:13:34.474079768 +0100
+++ fast/source/FAST/Visualization/Window.cpp	2019-09-01 14:13:34.470079733 +0100
--- fast.orig/source/FAST/Visualization/Window.cpp	2019-09-01 14:33:47.704429399 +0100
+++ fast/source/FAST/Visualization/Window.cpp	2019-09-01 14:33:47.704429399 +0100
@@ -121,9 +121,9 @@
         QApplication::setWindowIcon(QIcon((Config::getDocumentationPath() + "images/fast_icon.png").c_str()));