summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-01-18 19:19:47 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-01-18 19:19:47 +0200
commit1ac1db7f0b508e6219dce4aa2fbd2c5515472506 (patch)
tree6b076cea341655240fa2d048ad76e35a30786b14 /res
parent7e393a4fda482d01252bd1a6e84ca8149bcc278e (diff)
Renamed ".binary" files
Use the .lgr extension for Lagrange binary files.
Diffstat (limited to 'res')
-rw-r--r--res/Embed.cmake2
-rw-r--r--res/about/help.gmi4
2 files changed, 3 insertions, 3 deletions
diff --git a/res/Embed.cmake b/res/Embed.cmake
index f21cfb14..3b65b36c 100644
--- a/res/Embed.cmake
+++ b/res/Embed.cmake
@@ -96,7 +96,7 @@ function (embed_make)
96 endforeach (fn) 96 endforeach (fn)
97 else () 97 else ()
98 # Collect resources in a single binary file. 98 # Collect resources in a single binary file.
99 set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.binary) 99 set (EMB_BIN ${CMAKE_CURRENT_BINARY_DIR}/resources.lgr)
100 file (REMOVE ${EMB_BIN}) 100 file (REMOVE ${EMB_BIN})
101 list (LENGTH ARGV fileCount) 101 list (LENGTH ARGV fileCount)
102 execute_process (COMMAND ${BINCAT_COMMAND} ${EMB_BIN} ${ARGV} 102 execute_process (COMMAND ${BINCAT_COMMAND} ${EMB_BIN} ${ARGV}
diff --git a/res/about/help.gmi b/res/about/help.gmi
index 86fec802..7260aeb5 100644
--- a/res/about/help.gmi
+++ b/res/about/help.gmi
@@ -344,10 +344,10 @@ Other Unix : ~/.config/lagrange/
344* bindings.txt 344* bindings.txt
345* bookmarks.txt 345* bookmarks.txt
346* feeds.txt 346* feeds.txt
347* idents.binary and idents/ 347* idents.lgr and idents/
348* mimehooks.txt 348* mimehooks.txt
349* prefs.cfg 349* prefs.cfg
350* state.binary 350* state.lgr
351* trusted.txt 351* trusted.txt
352* visited.txt 352* visited.txt
353 353