Skip to content

Commit 5b3bbde

Browse files
committedJun 13, 2014
Fix AppData path for RUN_IN_PLACE, fixes #1365
1 parent c39e46c commit 5b3bbde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ elseif(UNIX) # Linux, BSD etc
8787
set(EXAMPLE_CONF_DIR ".")
8888
set(MANDIR "unix/man")
8989
set(XDG_APPS_DIR "unix/applications")
90+
set(APPDATADIR "unix/appdata")
9091
set(ICONDIR "unix/icons")
9192
set(LOCALEDIR "locale")
9293
else()

0 commit comments

Comments
 (0)
Please sign in to comment.